[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/issue41

[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 mandated results from