[issue36700] base64 has old references that should be updated

2021-08-13 Thread Łukasz Langa
Łukasz Langa added the comment: Thanks for reporting, Paul, and Andrei for the patch! ✨ 🍰 ✨ -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker _

[issue36700] base64 has old references that should be updated

2021-08-13 Thread miss-islington
miss-islington added the comment: New changeset 16f73c8b5dbe02b4bf7f91ff9dbcd0886529bfe5 by Miss Islington (bot) in branch '3.10': bpo-36700: [doc] Update base64 RFC references to RFC 4648 (GH-27700) https://github.com/python/cpython/commit/16f73c8b5dbe02b4bf7f91ff9dbcd0886529bfe5 -

[issue36700] base64 has old references that should be updated

2021-08-13 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset e43b9bbc31c22a0d97dc4fc420300e40c2d74166 by andrei kulakov in branch 'main': bpo-36700: [doc] Update base64 RFC references to RFC 4648 (GH-27700) https://github.com/python/cpython/commit/e43b9bbc31c22a0d97dc4fc420300e40c2d74166 -- nosy: +

[issue36700] base64 has old references that should be updated

2021-08-13 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 6.0 -> 7.0 pull_requests: +26235 pull_request: https://github.com/python/cpython/pull/27759 ___ Python tracker _

[issue36700] base64 has old references that should be updated

2021-08-09 Thread Andrei Kulakov
Change by Andrei Kulakov : -- keywords: +patch nosy: +andrei.avk nosy_count: 4.0 -> 5.0 pull_requests: +26186 stage: -> patch review pull_request: https://github.com/python/cpython/pull/27700 ___ Python tracker

[issue36700] base64 has old references that should be updated

2020-08-10 Thread Paul Ganssle
Paul Ganssle added the comment: Now that issue #16995 is resolved, I think we can move forward with updating the text. -- nosy: +p-ganssle ___ Python tracker ___

[issue36700] base64 has old references that should be updated

2019-04-23 Thread Paul Hoffman
Paul Hoffman added the comment: We can update the references without supporting every mode given in the new document. It is common for people to support RFC X without supporting every possible option of RFC X. Having said that, I think adding extended hex makes good sense, if possible.

[issue36700] base64 has old references that should be updated

2019-04-23 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: See issue16995. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https

[issue36700] base64 has old references that should be updated

2019-04-23 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: base64 supports RFC 3548, but not RFC 4648. = 13. Changes Since RFC 3548 Added the "base32 extended hex alphabet", needed to preserve sort order of encoded data. Referenced IMAP

[issue36700] base64 has old references that should be updated

2019-04-22 Thread Paul Hoffman
New submission from Paul Hoffman : The documentation for base64 library has an RFC that is obsolete. -- assignee: docs@python components: Documentation messages: 340668 nosy: docs@python, paulehoffman priority: normal pull_requests: 12839 severity: normal status: open title: base64 has