Lichen

Annotated lib/posix/__init__.py

328:7ce269cf4539
2016-12-06 Paul Boddie Moved native I/O function usage to functions in the posix.io module, employing these functions in the built-in file object. Added the raising of IOError in native functions. Added a tentative read native function implementation. Added a tentative fdopen native function implementation and a miscellaneous datavalue member to the __attr structure. Moved the read function into the posix.io module. Temporarily removed imports from the posix top-level module.
paul@6 1
#!/usr/bin/env python
paul@6 2
paul@328 3
"POSIX support package."
paul@6 4
paul@6 5
# vim: tabstop=4 expandtab shiftwidth=4