[issue41672] imaplib: wrong return type documented

2020-09-12 Thread Dong-hee Na
Dong-hee Na added the comment: Thanks Norbert for the contribution! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue41672] imaplib: wrong return type documented

2020-09-12 Thread Dong-hee Na
Dong-hee Na added the comment: New changeset 3a150c77c31da240f1b92cab9ec74f1fa701b869 by Miss Islington (bot) in branch '3.8': bpo-41672: Fix type mismatches in imaplib docs (GH-22207) (#22218) https://github.com/python/cpython/commit/3a150c77c31da240f1b92cab9ec74f1fa701b869 --

[issue41672] imaplib: wrong return type documented

2020-09-12 Thread miss-islington
miss-islington added the comment: New changeset 98f6e67a3d6e57727177ec2fb5cb68ef9a468aca by Miss Islington (bot) in branch '3.9': bpo-41672: Fix type mismatches in imaplib docs (GH-22207) https://github.com/python/cpython/commit/98f6e67a3d6e57727177ec2fb5cb68ef9a468aca --

[issue41672] imaplib: wrong return type documented

2020-09-12 Thread Dong-hee Na
Change by Dong-hee Na : -- versions: -Python 3.5, Python 3.6, Python 3.7 ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue41672] imaplib: wrong return type documented

2020-09-12 Thread miss-islington
Change by miss-islington : -- pull_requests: +21273 pull_request: https://github.com/python/cpython/pull/22218 ___ Python tracker ___

[issue41672] imaplib: wrong return type documented

2020-09-12 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 4.0 -> 5.0 pull_requests: +21272 pull_request: https://github.com/python/cpython/pull/22217 ___ Python tracker

[issue41672] imaplib: wrong return type documented

2020-09-12 Thread Dong-hee Na
Dong-hee Na added the comment: New changeset c75330605d4795850ec74fdc4d69aa5d92f76c00 by Norbert Cyran in branch 'master': bpo-41672: Fix type mismatches in imaplib docs (GH-22207) https://github.com/python/cpython/commit/c75330605d4795850ec74fdc4d69aa5d92f76c00 --

[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 ___ ___

[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 ___

[issue41672] imaplib: wrong return type documented

2020-09-09 Thread Dong-hee Na
Dong-hee Na added the comment: Please ping me when you submit the PR -- ___ Python tracker ___ ___ Python-bugs-list mailing list

[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 ___ ___

[issue41672] imaplib: wrong return type documented

2020-09-05 Thread Dong-hee Na
Dong-hee Na added the comment: @norbertcyran Do you want to sand a patch that it update string to byte for this documentation? -- keywords: +newcomer friendly ___ Python tracker

[issue41672] imaplib: wrong return type documented

2020-09-03 Thread Eric V. Smith
Eric V. Smith added the comment: For the case of returning a list of non-tuples, all of my code assumes bytes, so I think changing the docs to say bytes is good. "bytes-like" might be overkill. Unfortunately, I don't know enough to say what encoding is returned: I just assume utf-8,

[issue41672] imaplib: wrong return type documented

2020-09-03 Thread Dong-hee Na
Dong-hee Na added the comment: @eric What do you think about? -- nosy: +corona10, eric.smith ___ Python tracker ___ ___

[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 the