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.

classification
Title: Fix a number of tests in unicodeless build
Type: behavior Stage: resolved
Components: Tests, Unicode Versions: Python 2.7
process
Status: closed Resolution: rejected
Dependencies: 21833 Superseder:
Assigned To: Nosy List: benjamin.peterson, christian.heimes, ezio.melotti, giampaolo.rodola, ncoghlan, serhiy.storchaka, vstinner
Priority: normal Keywords: patch

Created on 2014-06-24 06:58 by serhiy.storchaka, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
tests.patch serhiy.storchaka, 2014-06-24 06:58 review
Messages (2)
msg221403 - (view) Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) Date: 2014-06-24 06:58
Proposed patch fixes a number of tests for Python built with --disable-unicode configure option.
msg221413 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2014-06-24 07:17
I'm not sure that we should fix this issue: see the issue #21833.
History
Date User Action Args
2022-04-11 14:58:05adminsetgithub: 66033
2017-04-20 17:11:17serhiy.storchakasetstatus: open -> closed
resolution: rejected
stage: patch review -> resolved
2014-06-24 07:47:20serhiy.storchakasetnosy: + benjamin.peterson
2014-06-24 07:17:25vstinnersetmessages: + msg221413
2014-06-24 07:01:49serhiy.storchakasetnosy: + ezio.melotti, vstinner
dependencies: + Fix unicodeless build of Python
components: + Unicode
2014-06-24 06:58:20serhiy.storchakacreate