summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorCharles-François Natali <neologix@free.fr>2011-07-27 17:36:40 (GMT)
committerCharles-François Natali <neologix@free.fr>2011-07-27 17:36:40 (GMT)
commit0cf7e25c28d48cd41819bc60ced0c9daa785c67a (patch)
tree66d98c369dc4bd186700e3aa7be1b3f69b26c727 /Misc
parentd8e3901478b0ddf0b2c6cb2094a3d74f0168e4bf (diff)
downloadcpython-0cf7e25c28d48cd41819bc60ced0c9daa785c67a.zip
cpython-0cf7e25c28d48cd41819bc60ced0c9daa785c67a.tar.gz
cpython-0cf7e25c28d48cd41819bc60ced0c9daa785c67a.tar.bz2
- Issue #12603: Fix pydoc.synopsis() on files with non-negative st_mtime.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index c587f6e..9a99595 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -37,6 +37,8 @@ Core and Builtins
Library
-------
+- Issue #12603: Fix pydoc.synopsis() on files with non-negative st_mtime.
+
- Issue #12607: In subprocess, fix issue where if stdin, stdout or stderr is
given as a low fd, it gets overwritten.