diff options
author | Charles-François Natali <neologix@free.fr> | 2011-07-27 17:36:40 (GMT) |
---|---|---|
committer | Charles-François Natali <neologix@free.fr> | 2011-07-27 17:36:40 (GMT) |
commit | 0cf7e25c28d48cd41819bc60ced0c9daa785c67a (patch) | |
tree | 66d98c369dc4bd186700e3aa7be1b3f69b26c727 /Misc | |
parent | d8e3901478b0ddf0b2c6cb2094a3d74f0168e4bf (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |