]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-27635: Fix pickle documentation about `__new__` not being called. (GH-19269)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 18 Apr 2020 18:14:55 +0000 (11:14 -0700)
committerGitHub <noreply@github.com>
Sat, 18 Apr 2020 18:14:55 +0000 (11:14 -0700)
commit020f2aaaea95aef6f54ab31488926ed76017e41a
tree1c1110c4f93435b27eb411581c15c4e488fc2176
parentbfda4db0d2c05eef4e4ae90d899d0b67cb2e33e5
bpo-27635: Fix pickle documentation about `__new__` not being called. (GH-19269)

Automerge-Triggered-By: @pitrou
(cherry picked from commit 482259d0dcf27714a84cf56b93977320bea7e093)

Co-authored-by: Furkan Önder <furkantahaonder@gmail.com>
Doc/library/pickle.rst
Misc/NEWS.d/next/Documentation/2020-04-01-00-27-03.bpo-27635.VwxUty.rst [new file with mode: 0644]