Norbert Cyran added the comment:
@corona10 PR added: https://github.com/python/cpython/pull/22207
--
___
Python tracker
<https://bugs.python.org/issue41
Change by Norbert Cyran :
--
keywords: +patch
pull_requests: +21261
stage: -> patch review
pull_request: https://github.com/python/cpython/pull/22207
___
Python tracker
<https://bugs.python.org/issu
Norbert Cyran added the comment:
@ericsmith
Sure, I can create a PR and link it here when I'm done.
--
___
Python tracker
<https://bugs.python.org/is
New submission from Norbert Cyran :
Documentation on IMAP4 class specifies wrong return type of its commands:
Each command returns a tuple: (type, [data, ...]) where type is
usually 'OK' or 'NO', and data is either the text from the command
response, or manda
Norbert added the comment:
Yes, if the Python runtime caches file names and determines based on the cache
whether a file exists, then it needs to normalize both the file names in the
cache and the name of the file it’s looking for. As far as I know, both HFS and
APFS do this themselves when
New submission from Norbert :
Modules whose names contain characters that are in precomposed form but can be
decomposed in Normalization Form D can’t be found on macOS.
To reproduce:
1. Download and unzip the attached file Modules.zip. This produces a directory
Modules with four Python