[issue35163] locale: setlocale(..., 'eo') sets non-existing locale

2020-01-07 Thread Carmen Bianca Bakker
Change by Carmen Bianca Bakker : -- keywords: +patch pull_requests: +17313 stage: -> patch review pull_request: https://github.com/python/cpython/pull/17901 ___ Python tracker ___

[issue39243] CDLL __init__ no longer supports name being passed as None when the handle is not None

2020-01-07 Thread Eryk Sun
Eryk Sun added the comment: I'd like to match POSIX here by supporting path-like names. Also, I think it would be cleaner to split out the platform-specific work into a separate _load_library method, like how subprocess.Popen is designed, and to stop pretending that WINAPI LoadLibraryEx is P

[issue22107] tempfile module misinterprets access denied error on Windows

2020-01-07 Thread Jonathan Mills
Change by Jonathan Mills : -- nosy: +Jonathan Mills ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue22107] tempfile module misinterprets access denied error on Windows

2020-01-07 Thread Jonathan Mills
Change by Jonathan Mills : -- versions: +Python 3.8 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue38623] Python documentation should mention how to find site-packages

2020-01-07 Thread Inada Naoki
Inada Naoki added the comment: > The tutorial currently mentions its special role only briefly [7], saying: > >> * The installation-dependent default. > > We should explain that part. I'll give it a shot replacing my earlier > proposal. I don't think so. At there, the tutorial doesn't explai

[issue39254] python shebang in python3 tarball files

2020-01-07 Thread Arkadiusz Miskiewicz Arkadiusz Miskiewicz
New submission from Arkadiusz Miskiewicz Arkadiusz Miskiewicz : Python 3.8.1 files: Lib/encodings/rot_13.py \ Lib/lib2to3/tests/data/different_encoding.py \ Lib/lib2to3/tests/data/false_encoding.py \ Tools/gdb/libpython.py \

[issue39254] python shebang in python3 tarball files

2020-01-07 Thread Arkadiusz Miskiewicz Arkadiusz Miskiewicz
Arkadiusz MiskiewiczArkadiusz Miskiewicz added the comment: These look to be python2 files. Since python2 is close to EOL should these be ported to python3? There are more of these in git: Lib/encodings/rot_13.py \ Lib/lib2to3/tests/data/different

<    1   2