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 amaury.forgeotdarc, gvanrossum, vstinner
Date 2008-10-14.12:27:10
SpamBayes Score 0.013576161
Marked as misclassified No
Message-id <1223987232.58.0.187399851795.issue4121@psf.upfronthosting.co.za>
In-reply-to
Content
Do you suggest that 'buffering' should be allowed as positional argument?

This would help with migration from 2.x, where open() accepts 3
positional arguments:
  open(...)
      open(name[, mode[, buffering]]) -> file object
And no need to 'fix' the tests.
History
Date User Action Args
2008-10-14 12:27:12amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, gvanrossum, vstinner
2008-10-14 12:27:12amaury.forgeotdarcsetmessageid: <1223987232.58.0.187399851795.issue4121@psf.upfronthosting.co.za>
2008-10-14 12:27:10amaury.forgeotdarclinkissue4121 messages
2008-10-14 12:27:10amaury.forgeotdarccreate