commit | bdbddf8a82efd0e67f4006af91ce65bec2bf0a60 | [log] [tgz] |
---|---|---|
author | Amaury Forgeot d'Arc <amauryfa@gmail.com> | Fri Aug 01 00:06:49 2008 +0000 |
committer | Amaury Forgeot d'Arc <amauryfa@gmail.com> | Fri Aug 01 00:06:49 2008 +0000 |
tree | b57b0cb69a03af535aba7a0039bf659622725651 | |
parent | e19cadb427b6910930b50584bd9066ab5b198300 [diff] |
#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.