projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
54bf73a
)
Fix wording in NEWS entry.
author
R David Murray
<rdmurray@bitdance.com>
Mon, 24 Feb 2014 02:32:17 +0000
(21:32 -0500)
committer
R David Murray
<rdmurray@bitdance.com>
Mon, 24 Feb 2014 02:32:17 +0000
(21:32 -0500)
Misc/NEWS
patch
|
blob
|
history
diff --git
a/Misc/NEWS
b/Misc/NEWS
index dafdb3f77922ac758b169fc14eb174fc169c0932..a9f944a9b96c7d28232fdf39535eb11a3c8c8ca7 100644
(file)
--- a/
Misc/NEWS
+++ b/
Misc/NEWS
@@
-1902,7
+1902,7
@@
Library
- Issue #18672: Fixed format specifiers for Py_ssize_t in debugging output in
the _sre module.
-- Issue #18830: inspect.getclasstree() no
more produces duplicated
entries even
+- Issue #18830: inspect.getclasstree() no
longer produces duplicate
entries even
when input list contains duplicates.
- Issue #18878: sunau.open now supports the context manager protocol. Based on