[issue41672] imaplib: wrong return type documented

2020-09-11 Thread Norbert Cyran
Norbert Cyran added the comment: @corona10 PR added: https://github.com/python/cpython/pull/22207 -- ___ Python tracker <https://bugs.python.org/issue41

[issue41672] imaplib: wrong return type documented

2020-09-11 Thread Norbert Cyran
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

[issue41672] imaplib: wrong return type documented

2020-09-06 Thread Norbert Cyran
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

[issue41672] imaplib: wrong return type documented

2020-08-31 Thread Norbert Cyran
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

[issue39832] Modules with decomposable characters in module name not found on macOS

2020-03-09 Thread Norbert
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

[issue39832] Modules with decomposable characters in module name not found on macOS

2020-03-02 Thread Norbert
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