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.
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: + msg235886 |
| 2015年02月13日 10:14:19 | serhiy.storchaka | set | status: open -> closed assignee: serhiy.storchaka dependencies: - Fix unicodeless build of Python resolution: fixed stage: patch review -> resolved |
| 2015年02月13日 10:13:33 | python-dev | set | nosy:
+ python-dev messages: + msg235885 |
| 2014年06月24日 07:21:24 | serhiy.storchaka | set | nosy:
+ benjamin.peterson dependencies: + Fix unicodeless build of Python |
| 2014年06月24日 07:15:10 | serhiy.storchaka | create | |