diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2024-05-08 19:35:16 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-08 19:35:16 (GMT) |
commit | 05c2fe1acda9ea5a57061642c36e8b73bb4fbba4 (patch) | |
tree | 5b772347155d51f9796ebd4df456858edbd16fc7 /Misc/NEWS.d/3.13.0a1.rst | |
parent | bcb435ee8ff41b5ec5d879ee0b6651f146a66151 (diff) | |
download | cpython-05c2fe1acda9ea5a57061642c36e8b73bb4fbba4.zip cpython-05c2fe1acda9ea5a57061642c36e8b73bb4fbba4.tar.gz cpython-05c2fe1acda9ea5a57061642c36e8b73bb4fbba4.tar.bz2 |
Format None, True, False and NotImplemented as literals (GH-118758)
Diffstat (limited to 'Misc/NEWS.d/3.13.0a1.rst')
-rw-r--r-- | Misc/NEWS.d/3.13.0a1.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Misc/NEWS.d/3.13.0a1.rst b/Misc/NEWS.d/3.13.0a1.rst index 4937f9d..0092db2 100644 --- a/Misc/NEWS.d/3.13.0a1.rst +++ b/Misc/NEWS.d/3.13.0a1.rst @@ -3436,7 +3436,8 @@ added support for this decorator. Patch by Alex Waygood. .. nonce: C1ahtk .. section: Library -Make pydoc.doc catch bad module ImportError when output stream is not None. +Make :func:`pydoc.doc` catch bad module :exc:`ImportError` +when output stream is not ``None``. .. |