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 pyfex
Recipients docs@python, pyfex
Date 2010-04-27.08:26:44
SpamBayes Score 2.5293224e-08
Marked as misclassified No
Message-id <1272356809.52.0.04485285277.issue8546@psf.upfronthosting.co.za>
In-reply-to
Content
As far as I understand the _pyio.open function should resemble the builtin open, but in case of the buffering parameter, it doesn't. The builtin version doesn't allow None as argument, but this is the default in the _pyio.open signature.

I attached a patch, which changes the default value of the buffering parameter to -1, which is the default in the builtin version.
History
Date User Action Args
2010-04-27 08:26:50pyfexsetrecipients: + pyfex, docs@python
2010-04-27 08:26:49pyfexsetmessageid: <1272356809.52.0.04485285277.issue8546@psf.upfronthosting.co.za>
2010-04-27 08:26:46pyfexlinkissue8546 messages
2010-04-27 08:26:45pyfexcreate