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 2012年12月16日 16:58 by serhiy.storchaka, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Messages (8) | |||
|---|---|---|---|
| msg177613 - (view) | Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) | Date: 2012年12月16日 16:58 | |
Some OS functions which returns bytes (os.environb, os.getenvb(), os.getcwdb(), os.listdir(), os.readlink(), os.walk(), os.path.abspath(), os.path.expanduser(), os.path.expandvars(), os.path.realpath() and may be other) can return unusable result on Windows (see for example issue13247 and issue16656). The documentation should contains strong warnings about this. |
|||
| msg177624 - (view) | Author: STINNER Victor (vstinner) * (Python committer) | Date: 2012年12月16日 19:49 | |
I don't remember il the deprecation of bytes filename is documented. |
|||
| msg228370 - (view) | Author: Mark Lawrence (BreamoreBoy) * | Date: 2014年10月03日 20:28 | |
As #13247 has been closed "not a bug" and #16656 "won't fix" shouldn't this be done sooner rather than later? |
|||
| msg275892 - (view) | Author: Steve Kowalik (stevenk) | Date: 2016年09月12日 00:07 | |
I've looked at the documentation for both Python 3.5 and 3.6, and I think this is all fine -- things like os.environb and os.getcwdb() are clearly stated as not available on Windows, and the path functions look to work fine in my testing. |
|||
| msg275893 - (view) | Author: Barry A. Warsaw (barry) * (Python committer) | Date: 2016年09月12日 00:07 | |
Thanks Steve! Closing. |
|||
| msg276740 - (view) | Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) | Date: 2016年09月16日 19:14 | |
Maybe this issue is outdated in 3.6 (thanks to PEP 529), but this still is a problem under 3.5 and 2.7. |
|||
| msg304732 - (view) | Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) | Date: 2017年10月22日 07:52 | |
This is now 2.7 only issue. |
|||
| msg370450 - (view) | Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) | Date: 2020年05月31日 13:31 | |
Python 2.7 is no longer supported. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:39 | admin | set | github: 60904 |
| 2020年05月31日 13:31:16 | serhiy.storchaka | set | status: open -> closed resolution: out of date messages: + msg370450 stage: needs patch -> resolved |
| 2017年10月22日 07:52:54 | serhiy.storchaka | set | messages: + msg304732 |
| 2017年10月22日 07:40:26 | serhiy.storchaka | set | versions: - Python 3.5 |
| 2016年09月16日 21:16:35 | BreamoreBoy | set | nosy:
- BreamoreBoy |
| 2016年09月16日 19:14:15 | serhiy.storchaka | set | status: closed -> open messages: + msg276740 versions: + Python 3.5, - Python 3.3, Python 3.4 |
| 2016年09月12日 00:07:55 | barry | set | status: open -> closed nosy: + barry messages: + msg275893 |
| 2016年09月12日 00:07:12 | stevenk | set | nosy:
+ stevenk messages: + msg275892 |
| 2014年10月03日 20:28:34 | BreamoreBoy | set | nosy:
+ BreamoreBoy messages: + msg228370 |
| 2013年08月22日 09:08:49 | serhiy.storchaka | set | versions: - Python 3.2 |
| 2013年01月15日 18:28:12 | serhiy.storchaka | set | keywords: + easy |
| 2012年12月16日 19:49:43 | vstinner | set | messages: + msg177624 |
| 2012年12月16日 17:07:06 | pitrou | set | nosy:
+ vstinner |
| 2012年12月16日 16:58:37 | serhiy.storchaka | create | |