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 r.david.murray, serhiy.storchaka, xiang.zhang
Date 2016-07-13.15:38:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1468424318.33.0.59028711733.issue27506@psf.upfronthosting.co.za>
In-reply-to
Content
Please review the new version. It makes two changes comparing with the last one.

1. It exposes Python parameter as "delete" (which the document always uses so I think it's the API) while still use "deletechars" (which I prefer as a C variable name) in C code.

2. It allows *delete* to be None. Before this is not allowed but I don't think this change breaks backwards compatibility. The reason for this change is that I don't want users to get surprised when they pass the default value to translate but then get an exception.
History
Date User Action Args
2016-07-13 15:38:38xiang.zhangsetrecipients: + xiang.zhang, r.david.murray, serhiy.storchaka
2016-07-13 15:38:38xiang.zhangsetmessageid: <1468424318.33.0.59028711733.issue27506@psf.upfronthosting.co.za>
2016-07-13 15:38:38xiang.zhanglinkissue27506 messages
2016-07-13 15:38:38xiang.zhangcreate