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)

