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 2016-06-02 17:16 by ethan.furman, last changed 2022-04-11 14:58 by admin. This issue is now closed.
Files | ||||
---|---|---|---|---|
File name | Uploaded | Description | Edit | |
issue27182-open.patch | JelleZijlstra, 2016-06-03 18:45 | patch adding fspath support to builtins.open | review | |
issue27182-path_type.patch | JelleZijlstra, 2016-06-04 17:36 | review | ||
test_fspath.py | ethan.furman, 2016-06-04 22:31 | |||
os.diff | brett.cannon, 2016-08-12 19:27 | Support for os.walk() and os.fwalk() (depends on path_converter) | review |
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-04-11 14:58:31 | admin | set | github: 71369 |
2020-11-06 19:37:09 | brett.cannon | set | status: open -> closed resolution: fixed stage: resolved |
2016-09-07 02:36:31 | python-dev | set | messages: + msg274712 |
2016-08-26 21:49:44 | brett.cannon | set | assignee: brett.cannon -> |
2016-08-26 21:49:37 | brett.cannon | set | messages: + msg273737 |
2016-08-12 19:27:20 | brett.cannon | set | files:
+ os.diff messages: + msg272559 |
2016-08-05 22:00:35 | brett.cannon | set | messages: + msg272063 |
2016-06-24 20:43:30 | brett.cannon | set | dependencies: - Add a "What's New" entry for PEP 519 |
2016-06-09 23:02:31 | brett.cannon | set | assignee: brett.cannon dependencies: + Add a "What's New" entry for PEP 519 |
2016-06-09 22:58:15 | python-dev | set | messages: + msg268065 |
2016-06-05 18:45:39 | brett.cannon | set | messages: + msg267457 |
2016-06-04 22:59:34 | JelleZijlstra | set | messages: + msg267340 |
2016-06-04 22:31:40 | ethan.furman | set | files:
+ test_fspath.py messages: + msg267335 |
2016-06-04 20:30:27 | ethan.furman | set | messages: + msg267280 |
2016-06-04 19:10:17 | ethan.furman | set | messages: - msg267280 |
2016-06-04 17:36:12 | JelleZijlstra | set | files:
+ issue27182-path_type.patch messages: + msg267287 |
2016-06-04 17:24:54 | JelleZijlstra | set | messages: + msg267282 |
2016-06-04 17:19:55 | python-dev | set | nosy:
+ python-dev messages: + msg267280 |
2016-06-03 18:45:52 | ethan.furman | set | messages: + msg267132 |
2016-06-03 18:45:49 | JelleZijlstra | set | files:
+ issue27182-open.patch keywords: + patch messages: + msg267131 |
2016-06-03 18:01:55 | JelleZijlstra | set | nosy:
+ JelleZijlstra messages: + msg267123 |
2016-06-02 21:11:39 | ethan.furman | set | messages: + msg266953 |
2016-06-02 18:36:55 | serhiy.storchaka | set | messages: + msg266908 |
2016-06-02 18:23:01 | ethan.furman | set | dependencies:
+ add os.fspath() messages: + msg266901 |
2016-06-02 17:39:35 | ethan.furman | set | type: behavior -> enhancement |
2016-06-02 17:38:54 | ethan.furman | set | dependencies:
+ Support Path objects in the posix module, Update importlib to accept pathlib.Path objects, Support path objects in the ntpath module type: behavior versions: + Python 3.6 |
2016-06-02 17:30:33 | ethan.furman | set | messages: + msg266897 |
2016-06-02 17:21:29 | ethan.furman | set | messages: + msg266893 |
2016-06-02 17:18:33 | ethan.furman | set | messages: + msg266892 |
2016-06-02 17:16:29 | ethan.furman | create |