]> granicus.if.org Git - python/commit
#2491: os.fdopen() is now almost an alias to the builtin open(), and accepts the...
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>
Fri, 1 Aug 2008 00:06:49 +0000 (00:06 +0000)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>
Fri, 1 Aug 2008 00:06:49 +0000 (00:06 +0000)
commitbdbddf8a82efd0e67f4006af91ce65bec2bf0a60
treeb57b0cb69a03af535aba7a0039bf659622725651
parente19cadb427b6910930b50584bd9066ab5b198300
#2491: os.fdopen() is now almost an alias to the builtin open(), and accepts the same parameters.
It just checks that the first argument is a file descriptor.
Lib/os.py
Lib/test/test_urllibnet.py
Misc/NEWS