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 xiang.zhang
Recipients martin.panter, r.david.murray, serhiy.storchaka, xiang.zhang
Date 2016-07-23.15:52:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1469289127.36.0.530465834409.issue27506@psf.upfronthosting.co.za>
In-reply-to
Content
LGTM. Using b'' instead of the None as the default value of *delete* looks better since it doesn't break backwards compatibility. As for the first argument optional or not, actually it's both okay. You have changed the doc accordingly.
History
Date User Action Args
2016-07-23 15:52:07xiang.zhangsetrecipients: + xiang.zhang, r.david.murray, martin.panter, serhiy.storchaka
2016-07-23 15:52:07xiang.zhangsetmessageid: <1469289127.36.0.530465834409.issue27506@psf.upfronthosting.co.za>
2016-07-23 15:52:07xiang.zhanglinkissue27506 messages
2016-07-23 15:52:07xiang.zhangcreate