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 serhiy.storchaka
Recipients larry, serhiy.storchaka, zach.ware
Date 2013-12-26.21:47:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1388094460.99.0.358309965495.issue20075@psf.upfronthosting.co.za>
In-reply-to
Content
Indeed. However in Modules/_io/_iomodule.c:

PyDoc_STRVAR(open_doc,
"open(file, mode='r', buffering=-1, encoding=None,\n"
"     errors=None, newline=None, closefd=True, opener=None) -> file object\n"
"\n"
"Open file and return a stream.  Raise IOError upon failure.\n"
...

Perhaps Larry has relations to this.
History
Date User Action Args
2013-12-26 21:47:41serhiy.storchakasetrecipients: + serhiy.storchaka, larry, zach.ware
2013-12-26 21:47:40serhiy.storchakasetmessageid: <1388094460.99.0.358309965495.issue20075@psf.upfronthosting.co.za>
2013-12-26 21:47:40serhiy.storchakalinkissue20075 messages
2013-12-26 21:47:40serhiy.storchakacreate