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 vstinner
Recipients serhiy.storchaka, vstinner
Date 2015-09-03.14:18:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1441289915.3.0.432899336905.issue24993@psf.upfronthosting.co.za>
In-reply-to
Content
> It was optional in Python 2 (at least in Unicode-disabled build).

Yeah, even if I don't think that anyone is really using python without unicode in the wild. I guess that too many libraries don't work without unicode. Well, anyway this issue is for Python 3.6 which has always unicode support :-)

> Perhaps it can be exclude from custom build in Python 3 too.

Right, some patches were proposed to disable some features of Python to get a smaller Python core/stdlib, but some developers were opposed to this idea.

It's not supported officially by Python, so I don't think that we should polute the code for an hypothetic use case.

If you use a custom build, you must be prepared to some corner case bugs. If you modify the build, you are able to fix such simple issue.
History
Date User Action Args
2015-09-03 14:18:35vstinnersetrecipients: + vstinner, serhiy.storchaka
2015-09-03 14:18:35vstinnersetmessageid: <1441289915.3.0.432899336905.issue24993@psf.upfronthosting.co.za>
2015-09-03 14:18:35vstinnerlinkissue24993 messages
2015-09-03 14:18:35vstinnercreate