diff options
Diffstat (limited to 'Misc/NEWS.d/next/Library/2023-08-16-00-24-07.gh-issue-107995.TlTp5t.rst')
-rw-r--r-- | Misc/NEWS.d/next/Library/2023-08-16-00-24-07.gh-issue-107995.TlTp5t.rst | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Misc/NEWS.d/next/Library/2023-08-16-00-24-07.gh-issue-107995.TlTp5t.rst b/Misc/NEWS.d/next/Library/2023-08-16-00-24-07.gh-issue-107995.TlTp5t.rst deleted file mode 100644 index 7247f6b..0000000 --- a/Misc/NEWS.d/next/Library/2023-08-16-00-24-07.gh-issue-107995.TlTp5t.rst +++ /dev/null @@ -1,5 +0,0 @@ -The ``__module__`` attribute on instances of :class:`functools.cached_property` -is now set to the name of the module in which the cached_property is defined, -rather than "functools". This means that doctests in ``cached_property`` -docstrings are now properly collected by the :mod:`doctest` module. Patch by -Tyler Smart. |