Issue 21840: Fix os.path in unicodeless build (original) (raw)

This issue has been migrated to GitHub: https://github.com/python/cpython/issues/66039

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:05 admin set github: 66039
2015-02-13 10:47:52 python-dev set messages: +
2015-02-13 10:14:19 serhiy.storchaka set status: open -> closedassignee: serhiy.storchakadependencies: - Fix unicodeless build of Pythonresolution: fixedstage: patch review -> resolved
2015-02-13 10:13:33 python-dev set nosy: + python-devmessages: +
2014-06-24 07:21:24 serhiy.storchaka set nosy: + benjamin.petersondependencies: + Fix unicodeless build of Python
2014-06-24 07:15:10 serhiy.storchaka create