diff options
author | Irit Katriel <1055913+iritkatriel@users.noreply.github.com> | 2022-03-28 21:02:57 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-28 21:02:57 (GMT) |
commit | 15ba8167d78f9e66bd5b07c4e5cbb0463460310a (patch) | |
tree | a92af838f85ff7917929c1b1b6e7e55566afb219 /Misc/NEWS.d | |
parent | 4c116f716bd1c174d6530b9a7a5ed3863927a109 (diff) | |
download | cpython-15ba8167d78f9e66bd5b07c4e5cbb0463460310a.zip cpython-15ba8167d78f9e66bd5b07c4e5cbb0463460310a.tar.gz cpython-15ba8167d78f9e66bd5b07c4e5cbb0463460310a.tar.bz2 |
bpo-26120: make pydoc exclude __future__ imports from the data block of the module (GH-30888)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Library/2022-01-25-15-45-04.bpo-26120.YzrBMO.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2022-01-25-15-45-04.bpo-26120.YzrBMO.rst b/Misc/NEWS.d/next/Library/2022-01-25-15-45-04.bpo-26120.YzrBMO.rst new file mode 100644 index 0000000..bc45b27 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2022-01-25-15-45-04.bpo-26120.YzrBMO.rst @@ -0,0 +1 @@ +:mod:`pydoc` now excludes __future__ imports from the module's data items. |