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 serhiy.storchaka, vstinner, xiang.zhang
Date 2016-11-07.05:23:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1478496211.53.0.81904914489.issue28398@psf.upfronthosting.co.za>
In-reply-to
Content
IMHO, _PyUnicode_FromASCII is a private API and could be used in other places in future. We should not rely on the caller to check and return the singleton empty string.
History
Date User Action Args
2016-11-07 05:23:31xiang.zhangsetrecipients: + xiang.zhang, vstinner, serhiy.storchaka
2016-11-07 05:23:31xiang.zhangsetmessageid: <1478496211.53.0.81904914489.issue28398@psf.upfronthosting.co.za>
2016-11-07 05:23:31xiang.zhanglinkissue28398 messages
2016-11-07 05:23:31xiang.zhangcreate