diff options
author | Charles-François Natali <neologix@free.fr> | 2011-07-27 17:42:05 (GMT) |
---|---|---|
committer | Charles-François Natali <neologix@free.fr> | 2011-07-27 17:42:05 (GMT) |
commit | 7a2f0c7802af898599d324f008a439c04ccb933a (patch) | |
tree | b1c0999d1e0f3609eaabdf0c7b94df406ba1cee5 /Misc | |
parent | c353f68b1d811a7a6d73100882583dd71bbcadb7 (diff) | |
parent | 27c4e88552662c9b14496d4793e162e6d6481c96 (diff) | |
download | cpython-7a2f0c7802af898599d324f008a439c04ccb933a.zip cpython-7a2f0c7802af898599d324f008a439c04ccb933a.tar.gz cpython-7a2f0c7802af898599d324f008a439c04ccb933a.tar.bz2 |
Issue #12603: Fix pydoc.synopsis() on files with non-negative st_mtime.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -237,6 +237,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. |