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 os.path in unicodeless build
Type: behavior Stage: resolved
Components: Library (Lib), Tests Versions: Python 2.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: serhiy.storchaka Nosy List: benjamin.peterson, loewis, python-dev, serhiy.storchaka
Priority: normal Keywords: patch

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

Files
File name Uploaded Description Edit
os_path.patch serhiy.storchaka, 2014-06-24 07:15 review
Messages (3)
msg221410 - (view) Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) Date: 2014-06-24 07:15
Proposed patch fixes os.path implementations and their's tests for Python built with --disable-unicode configure option.

It also fixes a bug in posixpath which affects unicode build too.
msg235885 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2015-02-13 10:13
New changeset 8e2388b1e875 by Serhiy Storchaka in branch '2.7':
Issue #21840: Fixed expanding unicode variables of form $var in
https://hg.python.org/cpython/rev/8e2388b1e875
msg235886 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2015-02-13 10:47
New changeset 544c5d4f4084 by Serhiy Storchaka in branch '2.7':
Issue #21840: Fixed a typo.
https://hg.python.org/cpython/rev/544c5d4f4084
History
Date User Action Args
2022-04-11 14:58:05adminsetgithub: 66039
2015-02-13 10:47:52python-devsetmessages: + msg235886
2015-02-13 10:14:19serhiy.storchakasetstatus: open -> closed
assignee: serhiy.storchaka
dependencies: - Fix unicodeless build of Python
resolution: fixed
stage: patch review -> resolved
2015-02-13 10:13:33python-devsetnosy: + python-dev
messages: + msg235885
2014-06-24 07:21:24serhiy.storchakasetnosy: + benjamin.peterson
dependencies: + Fix unicodeless build of Python
2014-06-24 07:15:10serhiy.storchakacreate