
This issue trackerhas been migrated toGitHub, and is currentlyread-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.
Created on2017-10-17 09:45 byMark.Shannon, last changed2022-04-11 14:58 byadmin. This issue is nowclosed.
| Pull Requests | |||
|---|---|---|---|
| URL | Status | Linked | Edit |
| PR 4017 | merged | serhiy.storchaka,2017-10-17 11:54 | |
| PR 5129 | merged | python-dev,2018-01-07 15:55 | |
| Messages (3) | |||
|---|---|---|---|
| msg304494 -(view) | Author: Mark Shannon (Mark.Shannon)*![]() | Date: 2017-10-17 09:45 | |
$ python3.7 -S>>> import posixpathTraceback (most recent call last): File "<stdin>", line 1, in <module> File "--/Lib/posixpath.py", line 13, in <module> import os File "--/Lib/os.py", line 92, in <module> from os.path import (curdir, pardir, sep, pathsep, defpath, extsep, altsep,ImportError: cannot import name 'curdir' from 'posixpath' (--/Lib/posixpath.py)Whether this counts as a bug or not is debatable. It could be argued that you shouldn't be importing 'posixpath' directly, in which case it ought to be called '_posixpath', but I guess it is too late to be changing the name. | |||
| msg309624 -(view) | Author: Serhiy Storchaka (serhiy.storchaka)*![]() | Date: 2018-01-07 15:54 | |
New changeset3460198f6ba40a839f105c381f07179aba1e8c61 by Serhiy Storchaka in branch 'master':bpo-31802: Fix importing native path module before importing os. (#4017)https://github.com/python/cpython/commit/3460198f6ba40a839f105c381f07179aba1e8c61 | |||
| msg309626 -(view) | Author: Serhiy Storchaka (serhiy.storchaka)*![]() | Date: 2018-01-07 16:35 | |
New changeset94a3facc0e5ce02ef34d9fa595703cd96cb95984 by Serhiy Storchaka (Miss Islington (bot)) in branch '3.6':bpo-31802: Fix importing native path module before importing os. (GH-4017) (#5129)https://github.com/python/cpython/commit/94a3facc0e5ce02ef34d9fa595703cd96cb95984 | |||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-04-11 14:58:53 | admin | set | github: 75983 |
| 2018-04-30 14:09:11 | Mark.Shannon | set | status: open -> closed resolution: fixed stage: patch review -> resolved |
| 2018-01-07 16:35:30 | serhiy.storchaka | set | messages: +msg309626 |
| 2018-01-07 15:55:41 | python-dev | set | pull_requests: +pull_request4990 |
| 2018-01-07 15:54:36 | serhiy.storchaka | set | messages: +msg309624 |
| 2017-10-17 11:54:28 | serhiy.storchaka | set | keywords: +patch stage: needs patch -> patch review pull_requests: +pull_request3991 |
| 2017-10-17 10:46:12 | serhiy.storchaka | set | versions: + Python 2.7, Python 3.6, Python 3.7 nosy: +serhiy.storchaka assignee:serhiy.storchaka components: + Library (Lib) type: crash -> behavior |
| 2017-10-17 09:45:21 | Mark.Shannon | create | |