Skip to content

Time has come

The porting of timemodule.c has been finished.

I’ve to admit that ctypes is great. Must be used carefully especially under Linux (no typechecking o args checking by default) but it’s great and simple to use. The tutorial and the mailing list have everything I need to learn use it.

Here’s the changelog:

  • implemented time.strftime

  • masked out tzset for windows

  • time.struct_time supports slice objects too

  • fixed some doc

  • implemented time.strptime; slightly modified _strptime.py from python2.5a2-trunk to work with ctime instead of time

I’m gonna port fcntl module now. Unix only, hooray!

Additional comments powered by BackType