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 akira
Recipients Cosimo Lupo, akira, paul.moore, steve.dower, tim.golden, zach.ware
Date 2015-08-21.20:18:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1440188320.69.0.429679248205.issue24881@psf.upfronthosting.co.za>
In-reply-to
Content
To make _pyio correspond to the C version I've added 

  sys.platform in {'win32', 'cygwin'} 

condition. See the attached pyio_setmode.diff 

It is not clear why the absence of _setmode(fd, os.O_BINARY) is not detected by tests.

(a) a corresponding test should be added
(b) OR _setmode() call should be removed from both Python and C io versions
History
Date User Action Args
2015-08-21 20:18:41akirasetrecipients: + akira, paul.moore, tim.golden, zach.ware, steve.dower, Cosimo Lupo
2015-08-21 20:18:40akirasetmessageid: <1440188320.69.0.429679248205.issue24881@psf.upfronthosting.co.za>
2015-08-21 20:18:40akiralinkissue24881 messages
2015-08-21 20:18:39akiracreate