]> 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:41 +0000 (11:14 -0700)
committerGitHub <noreply@github.com>
Sat, 18 Apr 2020 18:14:41 +0000 (11:14 -0700)
commit0abb548cc7b239fbe426ca9e00968130e53ffc98
tree0e99705724d274e5541949834cba54513f041ec3
parent67ae454da749a7ca67115b43205d9fe98bea3213
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]