[issue41419] Path.mkdir and os.mkdir don't respect setgid if its parent is g-s

2020-08-07 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: os.mkdir() is a thin wrapper around syscalls mkdir or mkdirat. Path.mkdir() is a thin wrapper around os.mkdir(). If you think that the behavior of mkdir differs from the documentation please file a report in the Linux kernel. -- nosy:

[issue41129] Python extension modules fail to build on Mac 10.15.1 (Catalina)

2020-08-07 Thread Ned Deily
Ned Deily added the comment: Thanks for the detailed analysis. That does seem like a reasonable explanation: the code in setup.py was not expecting to find anything other than system files under /System. For Apple to put other fs mount points in the /System hierarchy seems ... odd but

[issue41419] Path.mkdir and os.mkdir don't respect setgid if its parent is g-s

2020-08-07 Thread Jeffrey Kintscher
Change by Jeffrey Kintscher : -- nosy: -Jeffrey.Kintscher ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue34360] urllib.parse doesn't fully comply to RFC 3986

2020-08-07 Thread Jeffrey Kintscher
Change by Jeffrey Kintscher : -- nosy: +Jeffrey.Kintscher ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue37495] socket.inet_aton parsing issue on some libc versions

2020-08-07 Thread Jeffrey Kintscher
Change by Jeffrey Kintscher : -- nosy: +Jeffrey.Kintscher ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue41098] Deprecating PyUnicodeEncodeError_Create

2020-08-07 Thread miss-islington
miss-islington added the comment: New changeset dc98a5468a48ecffe95a6c3a07ce21366477bdd7 by Miss Islington (bot) in branch '3.8': bpo-41098: Doc: Add missing deprecated directives (GH-21162) https://github.com/python/cpython/commit/dc98a5468a48ecffe95a6c3a07ce21366477bdd7 --

[issue26834] Add truncated SHA512/224 and SHA512/256

2020-08-07 Thread Sergey Fedoseev
Change by Sergey Fedoseev : -- nosy: +sir-sigurd ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue41098] Deprecating PyUnicodeEncodeError_Create

2020-08-07 Thread miss-islington
Change by miss-islington : -- pull_requests: +20907 pull_request: https://github.com/python/cpython/pull/21762 ___ Python tracker ___

[issue41098] Deprecating PyUnicodeEncodeError_Create

2020-08-07 Thread Inada Naoki
Inada Naoki added the comment: New changeset 46e19b61d31ba99f049258efa4ff1334856a3643 by Inada Naoki in branch 'master': bpo-41098: Doc: Add missing deprecated directives (GH-21162) https://github.com/python/cpython/commit/46e19b61d31ba99f049258efa4ff1334856a3643 --

[issue41098] Deprecating PyUnicodeEncodeError_Create

2020-08-07 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 2.0 -> 3.0 pull_requests: +20906 pull_request: https://github.com/python/cpython/pull/21761 ___ Python tracker

[issue41129] setup.py test for macOS SDK files may incorrectly classify files in other file systems

2020-08-07 Thread Ned Deily
Change by Ned Deily : -- title: Python extension modules fail to build on Mac 10.15.1 (Catalina) -> setup.py test for macOS SDK files may incorrectly classify files in other file systems ___ Python tracker

[issue41456] loop.run_in_executor creat thread but not destory it after the task run over

2020-08-07 Thread Ronald Oussoren
Change by Ronald Oussoren : -- resolution: -> not a bug type: -> behavior ___ Python tracker ___ ___ Python-bugs-list mailing

[issue41098] Deprecating PyUnicodeEncodeError_Create

2020-08-07 Thread miss-islington
miss-islington added the comment: New changeset b2514c4934291364404a2bc78256b77026a80dff by Miss Islington (bot) in branch '3.9': bpo-41098: Doc: Add missing deprecated directives (GH-21162) https://github.com/python/cpython/commit/b2514c4934291364404a2bc78256b77026a80dff --

[issue41129] setup.py test for macOS SDK files may incorrectly classify files in other file systems

2020-08-07 Thread Ronald Oussoren
Ronald Oussoren added the comment: > As a reminder when implementing: The whole configure machinery needs work :-(. Disabling looking in /usr/local should IMHO be an explicit choice when building, not something inferred from the presence of "-isysroot" in the compiler flags because

[issue41129] setup.py test for macOS SDK files may incorrectly classify files in other file systems

2020-08-07 Thread Ned Deily
Ned Deily added the comment: > Why is this share mounted under /System/Volumes/Data and not under /Volumes? See man 5 synthetic_conf for more details. -- ___ Python tracker

[issue41501] 0x80070643, can't install any version

2020-08-07 Thread BSM and 102 others
New submission from BSM and 102 others : I wanted to install Python 3.8, but I poorly removed a previous version of Python 3.3 through the "permanently delete" function. I started the installer and it gave me a 0x80070643 error with a log similar to the link

[issue40051] Dead link in help(lib2to3/idlelib/turtledemo/tkinter.sub/test_*/?)

2020-08-07 Thread wyz23x2
Change by wyz23x2 : -- versions: -Python 3.7 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue40051] Dead link in help(lib2to3/idlelib/turtledemo/tkinter.sub/test_*/?)

2020-08-07 Thread wyz23x2
wyz23x2 added the comment: Ping? Which of the 3 should we choose? -- versions: +Python 3.10 ___ Python tracker ___ ___

[issue41502] Option for Colored Logging in http.server Module

2020-08-07 Thread Aaron Lichtman
New submission from Aaron Lichtman : It would be useful if the http.server module had an option for colored logging to help users visually parse the HTTP traffic logs. $ python3 -m http.server 80 --color is along the lines of what I'm thinking. -- components: Library (Lib) messages:

[issue41458] Avoid overflow/underflow in math.prod()

2020-08-07 Thread Raymond Hettinger
Raymond Hettinger added the comment: I had not put any thought into subnormals (denormals?) because they didn't arise in my use cases. But it would be nice to handle them as well as possible. Accuracy improvements are welcome as well. And that goes hand in hand with better commutativity.

[issue41499] logging nested file path

2020-08-07 Thread Lasse Nørfeldt
Lasse Nørfeldt added the comment: When running a script like this ``` import os import utils.logger import utils.stats import utils.dir import utils.convert import re import CONSTANTS HTML_DIR_PATH = CONSTANTS.RAW_DATA_DIR + '/html' folder_contents = [fc for fc in os.listdir(

[issue41499] logging nested file path

2020-08-07 Thread Lasse Nørfeldt
New submission from Lasse Nørfeldt : I have been having a lot of issues when creating loggers that are located in nested folders. I have attached a .py with a logger module. Currently it works if I don't place them in nested folders... -- components: Library (Lib) files: logger.py

[issue41129] setup.py test for macOS SDK files may incorrectly classify files in other file systems

2020-08-07 Thread Ronald Oussoren
Ronald Oussoren added the comment: > For some background, our network location /mathworks is usually mounted at > root, but due to the restrictions on macOS Catalina, it mounts at > /System/Volumes/Data and we then add a symlink to the root directory so > "/mathworks ->

[issue41129] setup.py test for macOS SDK files may incorrectly classify files in other file systems

2020-08-07 Thread Ronald Oussoren
Ronald Oussoren added the comment: That doesn't answer my question, synthetic.conf should still make it possible to have the mountpoint in /, and that's even used as an example in the manpage. -- ___ Python tracker

[issue41500] InterpolationSyntaxError reading the (windows) environment with unresolved environment variables

2020-08-07 Thread Pauser
Pauser added the comment: So I have to use two config parser objects to merge the configuration of one config.ini (needs interpolation) and the environment on windows ? So at the end choose wether to use environment variables or config parser interpolation, right? (only on windows) Not

[issue41500] InterpolationSyntaxError reading the (windows) environment with unresolved environment variables

2020-08-07 Thread Pauser
New submission from Pauser : Hello, I tried to extend our config processing using the environment variables and the configparser module. On some machines (all windows) the configparser failed with an InterpolationSyntaxError ... It seems that not resolved environment variables (e.g.

[issue41500] InterpolationSyntaxError reading the (windows) environment with unresolved environment variables

2020-08-07 Thread Ronald Oussoren
Ronald Oussoren added the comment: The exception is due to the interpolation feature of ConfigParser, which expects a different syntax. The default interpolation syntax is "%(key)s". Interpolation can be turned off by passing "interpolation=None" when creating the ConfigParser object. See

[issue41483] Do not acquire lock in MemoryHandler.flush() if no target defined

2020-08-07 Thread Irit Katriel
Irit Katriel added the comment: Actually the lock is needed and it is currently missing from setTarget. The script below causes handle to be called on None, causing: File "C:\Users\User\src\cpython\lib\logging\handlers.py", line 1265, in emit self.flush() File

[issue40275] test.support has way too many imports

2020-08-07 Thread hai shi
Change by hai shi : -- pull_requests: +20908 pull_request: https://github.com/python/cpython/pull/21764 ___ Python tracker ___ ___

[issue41499] logging nested file path

2020-08-07 Thread Eric V. Smith
Eric V. Smith added the comment: You'll need to explain what behavior you're seeing, and how that differs from what you expect. -- nosy: +eric.smith ___ Python tracker ___

[issue41483] Do not acquire lock in MemoryHandler.flush() if no target defined

2020-08-07 Thread Irit Katriel
Irit Katriel added the comment: I guess the missing lock in setTarget is a different issue than the one you raise here and should be a separate ticket - I will create one. -- ___ Python tracker

[issue41503] Race between setTarget and flush in logging.handlers.MemoryHandler

2020-08-07 Thread Irit Katriel
Change by Irit Katriel : -- keywords: +patch pull_requests: +20909 stage: -> patch review pull_request: https://github.com/python/cpython/pull/21765 ___ Python tracker ___

[issue41503] Race between setTarget and flush in logging.handlers.MemoryHandler

2020-08-07 Thread Irit Katriel
New submission from Irit Katriel : The `logging.handlers.MemoryHandler.setTarget()` method does not acquire the lock, so it can change the target while flush is processing the buffer. The script below causes flush to call target.handle when target is None, causing: File

[issue41477] test_genericalias fails if ctypes is missing

2020-08-07 Thread STINNER Victor
Change by STINNER Victor : -- keywords: +patch pull_requests: +20910 stage: -> patch review pull_request: https://github.com/python/cpython/pull/21766 ___ Python tracker ___

[issue41483] Do not acquire lock in MemoryHandler.flush() if no target defined

2020-08-07 Thread Irit Katriel
Irit Katriel added the comment: Regarding the change you suggest here - I think you need add another check that target is not None after you've acquired the lock to make it safe. -- ___ Python tracker

[issue41473] test_gdb fails on AMD64 Fedora Rawhide 3.x

2020-08-07 Thread STINNER Victor
Change by STINNER Victor : -- keywords: +patch pull_requests: +20912 stage: -> patch review pull_request: https://github.com/python/cpython/pull/21768 ___ Python tracker ___

[issue41473] test_gdb fails on AMD64 Fedora Rawhide 3.x

2020-08-07 Thread STINNER Victor
STINNER Victor added the comment: Since I identified a gdb regression in gdb 9.2, I wrote PR 21768 to skip test_gdb on gdb >= 9.2 until the bug is fixed: https://bugzilla.redhat.com/show_bug.cgi?id=1866884 -- ___ Python tracker

[issue41303] perf_counter result does not count system sleep time in Mac OS

2020-08-07 Thread STINNER Victor
STINNER Victor added the comment: > For time.time in Windows, Python 3.10 should switch to using > GetSystemTimePreciseAsFileTime [3] instead of GetSystemTimeAsFileTime. It's already tracked by bpo-19007: "precise time.time() under Windows 8: use GetSystemTimePreciseAsFileTime".

[issue27307] string.Formatter does not support key/attribute access on unnumbered fields

2020-08-07 Thread Roundup Robot
Change by Roundup Robot : -- nosy: +python-dev nosy_count: 3.0 -> 4.0 pull_requests: +20911 pull_request: https://github.com/python/cpython/pull/21767 ___ Python tracker ___

[issue41476] test_zoneinfo fails if the _lzma module is missing

2020-08-07 Thread STINNER Victor
Change by STINNER Victor : -- resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> test_zoneinfo fails when lzma module is unavailable ___ Python tracker

[issue41473] test_gdb fails on AMD64 Fedora Rawhide 3.x

2020-08-07 Thread miss-islington
Change by miss-islington : -- pull_requests: +20916 pull_request: https://github.com/python/cpython/pull/21770 ___ Python tracker ___

[issue41477] test_genericalias fails if ctypes is missing

2020-08-07 Thread STINNER Victor
STINNER Victor added the comment: New changeset f44693eaed3b9d91a6e415d48224fd4750b59366 by Victor Stinner in branch 'master': bpo-41477: Make ctypes optional in test_genericalias (GH-21766) https://github.com/python/cpython/commit/f44693eaed3b9d91a6e415d48224fd4750b59366 --

[issue41473] test_gdb fails on AMD64 Fedora Rawhide 3.x

2020-08-07 Thread miss-islington
miss-islington added the comment: New changeset 5e12a5b82230cfa34a9c32f58467770e2076313c by Miss Islington (bot) in branch '3.9': bpo-41473: Skip test_gdb with gdb 9.2 to work around gdb bug (GH-21768) https://github.com/python/cpython/commit/5e12a5b82230cfa34a9c32f58467770e2076313c

[issue41433] Logging libraries BufferingHandler flushed twice at shutdown

2020-08-07 Thread Irit Katriel
Irit Katriel added the comment: I think this may be the same issue as in: https://stackoverflow.com/questions/47549602/logging-handlers-bufferinghandler-subclassed-handler-showing-log-twice Did you call flush on super()? If this is not the same issue, please post a code snippet to explain

[issue41500] InterpolationSyntaxError reading the (windows) environment with unresolved environment variables

2020-08-07 Thread Ronald Oussoren
Ronald Oussoren added the comment: There's multiple options: 1. Escape '%' in environment variables (%%not_existing%%) to avoid the exception 2. Switch to configparser.ExtendedInterpolation for the interpolation, which uses a different syntax that doesn't conflict with env. variables on

[issue40275] test.support has way too many imports

2020-08-07 Thread STINNER Victor
STINNER Victor added the comment: New changeset 598a951844122678de2596dbc1e0e09e2be65fd2 by Hai Shi in branch 'master': bpo-40275: Use new test.support helper submodules in tests (GH-21764) https://github.com/python/cpython/commit/598a951844122678de2596dbc1e0e09e2be65fd2 --

[issue41473] test_gdb fails on AMD64 Fedora Rawhide 3.x

2020-08-07 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 1.0 -> 2.0 pull_requests: +20915 pull_request: https://github.com/python/cpython/pull/21769 ___ Python tracker

[issue41473] test_gdb fails on AMD64 Fedora Rawhide 3.x

2020-08-07 Thread STINNER Victor
STINNER Victor added the comment: New changeset e27a51c11e10d5df79b3e48dc3e7bfedfad5a794 by Victor Stinner in branch 'master': bpo-41473: Skip test_gdb with gdb 9.2 to work around gdb bug (GH-21768) https://github.com/python/cpython/commit/e27a51c11e10d5df79b3e48dc3e7bfedfad5a794

[issue41473] test_gdb fails on AMD64 Fedora Rawhide 3.x

2020-08-07 Thread miss-islington
miss-islington added the comment: New changeset 87bc22051fcfcf181160d06a57ac2b16ee071f8f by Miss Islington (bot) in branch '3.8': bpo-41473: Skip test_gdb with gdb 9.2 to work around gdb bug (GH-21768) https://github.com/python/cpython/commit/87bc22051fcfcf181160d06a57ac2b16ee071f8f

[issue41490] Update bundled pip to 20.2.1 and setuptools to 49.2.1

2020-08-07 Thread Steve Dower
Steve Dower added the comment: Okay, I've tracked it down to the new importlib.readers.ZipReader class keeping the zip file open, presumably until it gets GC'd. This is used by certifi to extract the CA certs from the whl when ensurepip is doing the self-install from the mounted wheel.

[issue41460] Translation Error in in Functional Programming HOWTO page

2020-08-07 Thread Terry J. Reedy
Terry J. Reedy added the comment: This tracker is only for the original English version of the docs. The translations are by a different group with different tools and workflow. This page https://docs.python.org/ja/3/bugs.html# should not literally translate the instructions for the

[issue41478] Empty representation of AssertionError

2020-08-07 Thread Terry J. Reedy
Terry J. Reedy added the comment: Since you should print the exception class anyway, I think that using repr should be sufficient and that this issue should be closed. In any case, the current behavior does not seem like a bug. -- ___ Python

[issue41490] Update bundled pip to 20.2.1 and setuptools to 49.2.1

2020-08-07 Thread Steve Dower
Steve Dower added the comment: The issue above doesn't appear to repro on 3.9, so I guess master has started leaking a file handle, presumably in zipimport. I'll see what I can track down, but can't be sure I'll have enough time to get it done for RC, so if anyone else wants to help out

[issue40934] Default RLock does not work well for Manager Condition

2020-08-07 Thread Irit Katriel
Irit Katriel added the comment: I was unable to reproduce what you're seeing on windows 10, master branch. Please provide more information regarding the python version and system you are seeing this problem on. -- nosy: +iritkatriel ___ Python

[issue41455] Python Devguide differs from python docs

2020-08-07 Thread Terry J. Reedy
Change by Terry J. Reedy : -- versions: -Python 3.5, Python 3.6, Python 3.7 ___ Python tracker ___ ___ Python-bugs-list mailing

[issue41478] Empty representation of AssertionError

2020-08-07 Thread Terry J. Reedy
Terry J. Reedy added the comment: Ilya, in the future, when responding by email, please delete the message you are responding to. It is already present on the web page. -- nosy: +terry.reedy ___ Python tracker

[issue40275] test.support has way too many imports

2020-08-07 Thread hai shi
Change by hai shi : -- pull_requests: +20917 pull_request: https://github.com/python/cpython/pull/21772 ___ Python tracker ___ ___

[issue5141] C API for appending to arrays

2020-08-07 Thread Jeffrey Kintscher
Change by Jeffrey Kintscher : -- nosy: +Jeffrey.Kintscher ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue41109] subclasses of pathlib.PurePosixPath never call __init__ or __new__

2020-08-07 Thread Jeffrey Kintscher
Change by Jeffrey Kintscher : -- nosy: +Jeffrey.Kintscher ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue41504] Add links to asttokens, leoAst, LibCST and Parso to ast.rst

2020-08-07 Thread Edward K Ream
New submission from Edward K Ream : These links added with the provisional approval of GvR, pending approval of the PR. -- assignee: docs@python components: Documentation messages: 375019 nosy: docs@python, edreamleo priority: normal severity: normal status: open title: Add links to

[issue41474] Missing dependency on Include/cpython/frameobject.h

2020-08-07 Thread Guido van Rossum
Guido van Rossum added the comment: Wrong issue, sorry. (Bpo bug?) -- ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue41505] asyncio.gather of large streams with limited resources

2020-08-07 Thread Kevin Amado
New submission from Kevin Amado : Sometimes when dealing with high concurrency systems developers face the problem of executing concurrently a large number of tasks while taking care of a finite pool of resources Just to mention some examples: - reading asynchronously a lot of files without

[issue32884] Adding the ability for getpass to print asterisks when password is typed

2020-08-07 Thread Jeffrey Kintscher
Change by Jeffrey Kintscher : -- nosy: +Jeffrey.Kintscher ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue41490] Update bundled pip to 20.2.1 and setuptools to 49.2.1

2020-08-07 Thread Steve Dower
Steve Dower added the comment: New changeset 135de08128a76f49752ac57c316129500275e828 by Steve Dower in branch '3.8': bpo-41490: Update ensurepip to install pip 20.2.1 and setuptools 49.2.1 (GH-21775) https://github.com/python/cpython/commit/135de08128a76f49752ac57c316129500275e828

[issue41109] subclasses of pathlib.PurePosixPath never call __init__ or __new__

2020-08-07 Thread Jeffrey Kintscher
Jeffrey Kintscher added the comment: The workaround is to override _init(), which I agree is not desirable. This is the relevant code in PurePath, which is the super class of PurePosixPath: @classmethod def _from_parsed_parts(cls, drv, root, parts, init=True): self =

[issue41505] asyncio.gather of large streams with limited resources

2020-08-07 Thread Kevin Amado
Change by Kevin Amado : Removed file: https://bugs.python.org/file49377/materialize-implementation.py ___ Python tracker ___ ___

[issue41490] Update bundled pip to 20.2.1 and setuptools to 49.2.1

2020-08-07 Thread Steve Dower
Change by Steve Dower : -- versions: -Python 3.8 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue41474] Missing dependency on Include/cpython/frameobject.h

2020-08-07 Thread Guido van Rossum
Guido van Rossum added the comment: Sorry to rain on your parade, but couldn’t this be a new package on PyPI? -- nosy: +gvanrossum ___ Python tracker ___

[issue41506] Inclusion or documentation of extended with syntax in 3.9

2020-08-07 Thread Aaron Meurer
New submission from Aaron Meurer : This discussion started at https://github.com/python/cpython/pull/19503 (actually on Twitter https://twitter.com/asmeurer/status/1289304407696261120), but Guido asked me to move it bpo. Alongside the implementation of Python 3.9's new PEG parser, a new

[issue41109] subclasses of pathlib.PurePosixPath never call __init__ or __new__

2020-08-07 Thread Jeffrey Kintscher
Jeffrey Kintscher added the comment: Clarification: PurePath.__new__() calls PurePath._from_parts(), which then calls PurePath._init() -- ___ Python tracker ___

[issue41497] Potential UnicodeDecodeError in dis

2020-08-07 Thread miss-islington
miss-islington added the comment: New changeset d9106434f77fa84c8a59f8e60dc9c14cdd989b35 by Miss Islington (bot) in branch '3.9': bpo-41497: Fix potential UnicodeDecodeError in dis CLI (GH-21757) https://github.com/python/cpython/commit/d9106434f77fa84c8a59f8e60dc9c14cdd989b35 --

[issue41490] Update bundled pip to 20.2.1 and setuptools to 49.2.1

2020-08-07 Thread Steve Dower
Steve Dower added the comment: New changeset 70e9243a55be9c32b41f2149cdfa3957f96f8471 by Steve Dower in branch '3.9': bpo-41490: Update ensurepip to install pip 20.2.1 and setuptools 49.2.1 (GH-21774) https://github.com/python/cpython/commit/70e9243a55be9c32b41f2149cdfa3957f96f8471

[issue40275] test.support has way too many imports

2020-08-07 Thread hai shi
Change by hai shi : -- pull_requests: +20922 pull_request: https://github.com/python/cpython/pull/21771 ___ Python tracker ___ ___

[issue41497] Potential UnicodeDecodeError in dis

2020-08-07 Thread miss-islington
miss-islington added the comment: New changeset 66c899661902edc18df96a5c3f22639310700491 by Miss Islington (bot) in branch '3.8': bpo-41497: Fix potential UnicodeDecodeError in dis CLI (GH-21757) https://github.com/python/cpython/commit/66c899661902edc18df96a5c3f22639310700491 --

[issue40275] test.support has way too many imports

2020-08-07 Thread STINNER Victor
STINNER Victor added the comment: New changeset fcce8c649a14f7a81fae82f9f203bb5b5ee0c205 by Hai Shi in branch 'master': bpo-40275: Use new test.support helper submodules in tests (GH-21772) https://github.com/python/cpython/commit/fcce8c649a14f7a81fae82f9f203bb5b5ee0c205 --

[issue41490] Update bundled pip to 20.2.1 and setuptools to 49.2.1

2020-08-07 Thread Steve Dower
Steve Dower added the comment: GitHub Actions has decided not to run CI today, so you'll have to look at Azure Pipelines for the test failures:

[issue41507] Use utf-8 in "Reading and Writing Files" tutorial.

2020-08-07 Thread Inada Naoki
New submission from Inada Naoki : https://docs.python.org/3/tutorial/inputoutput.html#reading-and-writing-files Current tutorial doesn't mention about encoding and example uses locale encoding. Since UTF-8 is major text encoding and many Windows environment doesn't use UTF-8 by default,

[issue41494] Add window resizing support [ SIGWINCH ] to Lib/pty

2020-08-07 Thread Soumendra Ganguly
Soumendra Ganguly added the comment: Updated diff. Changes _ekill() -- Added file: https://bugs.python.org/file49376/pty.diff ___ Python tracker ___

[issue41497] Potential UnicodeDecodeError in dis

2020-08-07 Thread Inada Naoki
Inada Naoki added the comment: New changeset a4084b9d1e40c1c9259372263d1fe8c8a562b093 by Konge in branch 'master': bpo-41497: Fix potential UnicodeDecodeError in dis CLI (GH-21757) https://github.com/python/cpython/commit/a4084b9d1e40c1c9259372263d1fe8c8a562b093 -- nosy:

[issue41497] Potential UnicodeDecodeError in dis

2020-08-07 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 3.0 -> 4.0 pull_requests: +20923 pull_request: https://github.com/python/cpython/pull/21782 ___ Python tracker

[issue41497] Potential UnicodeDecodeError in dis

2020-08-07 Thread miss-islington
Change by miss-islington : -- pull_requests: +20924 pull_request: https://github.com/python/cpython/pull/21783 ___ Python tracker ___

[issue41497] Potential UnicodeDecodeError in dis

2020-08-07 Thread Inada Naoki
Change by Inada Naoki : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___

[issue41455] Python Devguide differs from python docs

2020-08-07 Thread Terry J. Reedy
Change by Terry J. Reedy : -- nosy: +pablogsal, pitrou ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue41490] Update bundled pip to 20.2.1 and setuptools to 49.2.1

2020-08-07 Thread Steve Dower
Change by Steve Dower : -- versions: -Python 3.9 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue41504] Add links to asttokens, leoAst, LibCST and Parso to ast.rst

2020-08-07 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch nosy: +python-dev nosy_count: 2.0 -> 3.0 pull_requests: +20918 stage: -> patch review pull_request: https://github.com/python/cpython/pull/21773 ___ Python tracker

[issue41490] Update bundled pip to 20.2.1 and setuptools to 49.2.1

2020-08-07 Thread Steve Dower
Steve Dower added the comment: Added some test cases to the PR that directly trigger the issue, specifically this one: def test_entered_path_does_not_keep_open(self): # This is what certifi does on import to make its bundle # available for the process duration. c

[issue41490] Update bundled pip to 20.2.1 and setuptools to 49.2.1

2020-08-07 Thread Steve Dower
Change by Steve Dower : -- pull_requests: +20919 pull_request: https://github.com/python/cpython/pull/21774 ___ Python tracker ___

[issue41490] Update bundled pip to 20.2.1 and setuptools to 49.2.1

2020-08-07 Thread Steve Dower
Change by Steve Dower : -- pull_requests: +20920 pull_request: https://github.com/python/cpython/pull/21775 ___ Python tracker ___