]> granicus.if.org Git - python/commit
bpo-36597: fix weakref example code (GH-12779)
authorInada Naoki <songofacandy@gmail.com>
Thu, 11 Apr 2019 10:05:32 +0000 (19:05 +0900)
committerGitHub <noreply@github.com>
Thu, 11 Apr 2019 10:05:32 +0000 (19:05 +0900)
commitb3c92c6ae923ffb2b9ac5f80b28ecd689de48662
treed6736faf9c51f9c8ef4e9bc930c5df9967fd9a61
parent2b00db68554422ec37faba2a80179a0172df6349
bpo-36597: fix weakref example code (GH-12779)

Commit 57b1a2862 fixed doctest, but example code is not
match with document.
Just skip doctest for the block.
Doc/library/weakref.rst