summaryrefslogtreecommitdiffstats
path: root/Doc/ref
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2002-04-15 19:40:07 (GMT)
committerFred Drake <fdrake@acm.org>2002-04-15 19:40:07 (GMT)
commit4d1e64bb4606c76770af8e66e699220a3d146631 (patch)
tree5977714f8d58b8595a0dbd500312fe3658febdf2 /Doc/ref
parent0157276cf8983270a64b77416d43daa8a12fa661 (diff)
downloadcpython-4d1e64bb4606c76770af8e66e699220a3d146631.zip
cpython-4d1e64bb4606c76770af8e66e699220a3d146631.tar.gz
cpython-4d1e64bb4606c76770af8e66e699220a3d146631.tar.bz2
posix_fildes(): New helper: run a function that takes a file descriptor
and returns None. This allows any object that supports the fileno() method to be passed as a file descriptor, not just an integer. posix_fchdir(): New exposed function: implements posix.fchdir(). This closes SF feature #536796. posix_fsync(), posix_fdatasync(): Convert to use posix_fildes() instead of posix_int(). This also changes them from METH_VARARGS to METH_O functions. setup_confname_table(): Remove unused variable. Change to take a module rather than a dict to save the resulting table into. setup_confname_tables(): Change to take a module instead of a dict to pass to setup_confname_table().
Diffstat (limited to 'Doc/ref')
0 files changed, 0 insertions, 0 deletions