commit | 27c4e88552662c9b14496d4793e162e6d6481c96 | [log] [tgz] |
---|---|---|
author | Charles-François Natali <neologix@free.fr> | Wed Jul 27 19:40:02 2011 +0200 |
committer | Charles-François Natali <neologix@free.fr> | Wed Jul 27 19:40:02 2011 +0200 |
tree | 1fee2c2162d9a95f84e0db250099c9829580ba34 | |
parent | 53516a82df8db500a968451daa54fc72eaed7056 [diff] [blame] |
Issue #12603: Fix pydoc.synopsis() on files with non-negative st_mtime.
diff --git a/Misc/NEWS b/Misc/NEWS index 7da5eaa..e7c3a75 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -37,6 +37,8 @@ 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.