[issue39426] Pickler docstring misstates default and highest protocols

2020-01-24 Thread Antoine Pitrou
Change by Antoine Pitrou : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue39426] Pickler docstring misstates default and highest protocols

2020-01-24 Thread miss-islington
miss-islington added the comment: New changeset a46728a570e30e88df253eab17ad6c4372a422da by Miss Islington (bot) in branch '3.8': bpo-39426: Fix outdated default and highest protocols in docs (GH-18154) https://github.com/python/cpython/commit/a46728a570e30e88df253eab17ad6c4372a422da

[issue39426] Pickler docstring misstates default and highest protocols

2020-01-24 Thread miss-islington
Change by miss-islington : -- pull_requests: +17549 pull_request: https://github.com/python/cpython/pull/18162 ___ Python tracker ___

[issue39426] Pickler docstring misstates default and highest protocols

2020-01-24 Thread miss-islington
miss-islington added the comment: New changeset e9652e8d58392f5022759ba06b444ce970eb12db by Miss Islington (bot) (Mark Dickinson) in branch 'master': bpo-39426: Fix outdated default and highest protocols in docs (GH-18154)

[issue39426] Pickler docstring misstates default and highest protocols

2020-01-23 Thread Mark Dickinson
Change by Mark Dickinson : -- keywords: +patch pull_requests: +17540 stage: -> patch review pull_request: https://github.com/python/cpython/pull/18154 ___ Python tracker ___

[issue39426] Pickler docstring misstates default and highest protocols

2020-01-22 Thread Mark Dickinson
Change by Mark Dickinson : -- assignee: docs@python -> mark.dickinson ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue39426] Pickler docstring misstates default and highest protocols

2020-01-22 Thread Mark Dickinson
Mark Dickinson added the comment: > Do you want to submit a PR? Not immediately. I'll add it to my to-do list, but definitely won't complain if someone else gets there first. -- ___ Python tracker

[issue39426] Pickler docstring misstates default and highest protocols

2020-01-22 Thread Antoine Pitrou
Antoine Pitrou added the comment: Good catch. Do you want to submit a PR? -- ___ Python tracker ___ ___ Python-bugs-list mailing

[issue39426] Pickler docstring misstates default and highest protocols

2020-01-22 Thread Mark Dickinson
New submission from Mark Dickinson : >From the pickle.Pickler docstring: > The optional *protocol* argument tells the pickler to use the given > protocol; supported protocols are 0, 1, 2, 3 and 4. The default > protocol is 3; a backward-incompatible protocol designed for Python 3. That's out