This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author amaury.forgeotdarc
Recipients alexey-smirnov, amaury.forgeotdarc, neologix, socketpair, vstinner
Date 2011-05-19.19:18:52
SpamBayes Score 0.0045855856
Marked as misclassified No
Message-id <1305832733.19.0.0269599204685.issue12105@psf.upfronthosting.co.za>
In-reply-to
Content
+1 for the patch!
Note that fdopen is now a simple call to open(), so theses lines are equivalent:

python2.7:   open(filename, 're')
python3.3:   open(os.open(filename, os.O_RDONLY|os.O_CLOEXEC))
History
Date User Action Args
2011-05-19 19:18:53amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, vstinner, neologix, socketpair, alexey-smirnov
2011-05-19 19:18:53amaury.forgeotdarcsetmessageid: <1305832733.19.0.0269599204685.issue12105@psf.upfronthosting.co.za>
2011-05-19 19:18:52amaury.forgeotdarclinkissue12105 messages
2011-05-19 19:18:52amaury.forgeotdarccreate