inicio mail me! sindicaci;ón

Where I Am (part 2)

time module: - asctime() has been implemented working around the *args limitation - strftime() has been implemented - strptime() is there but it’s the one which breaks the compilation step.

mmap module: - mmap creation: ok. - close(): ok. - read_byte(), readline(), read(): ok. - find(), seek(): ok. - tell(), size(): ok.

I have problems with flush(), and writeXX() because some casting operations
are not supported in rctypes.

bz2 module is still in the void :-) (there’s A LOT of scaffolding in that module)

fcntl module is completed (fcntl.ioctl() still lacks buffer() and array.array() support)

Related posts

  • Writing a Widget Using Cairo and PyGTK 2.8, Part 2
  • Generics in CLR (part two)
  • Updates from Python SVN, Part 6
  • Updates from Python SVN, Part 10
  • Updates from Python SVN, Part 11
  • Leave a Comment