commit | 0cf7e25c28d48cd41819bc60ced0c9daa785c67a | [log] [tgz] |
---|---|---|
author | Charles-François Natali <neologix@free.fr> | Wed Jul 27 19:36:40 2011 +0200 |
committer | Charles-François Natali <neologix@free.fr> | Wed Jul 27 19:36:40 2011 +0200 |
tree | 66d98c369dc4bd186700e3aa7be1b3f69b26c727 | |
parent | d8e3901478b0ddf0b2c6cb2094a3d74f0168e4bf [diff] |
- Issue #12603: Fix pydoc.synopsis() on files with non-negative st_mtime.
diff --git a/Misc/NEWS b/Misc/NEWS index c587f6e..9a99595 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.