summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2021-10-09-18-42-27.bpo-44904.RlW5h8.rst
blob: b02d499d235004ff497a65cb419c35833949d476 (plain)
1
2
3
Fix bug in the :mod:`doctest` module that caused it to fail if a docstring
included an example with a ``classmethod`` ``property``. Patch by Alex
Waygood.