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 giampaolo.rodola
Recipients giampaolo.rodola, larry, neologix, serhiy.storchaka, vstinner
Date 2012-06-17.02:21:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1339899718.93.0.17128583647.issue15078@psf.upfronthosting.co.za>
In-reply-to
Content
I'm -0 about unifying the function signature and raise NotImplementedError where an arg is not supported.

I'm -1 about os.sendfile(..., diskio=True, wait=True, sync=False).

In both cases users willing to use these 3 args are already supposed to know what they're doing and that the code they're writing is not portable hence in practical terms I can't see a real gain in making a change.
History
Date User Action Args
2012-06-17 02:21:59giampaolo.rodolasetrecipients: + giampaolo.rodola, vstinner, larry, neologix, serhiy.storchaka
2012-06-17 02:21:58giampaolo.rodolasetmessageid: <1339899718.93.0.17128583647.issue15078@psf.upfronthosting.co.za>
2012-06-17 02:21:58giampaolo.rodolalinkissue15078 messages
2012-06-17 02:21:57giampaolo.rodolacreate