commit | cf29ba8cf0b03e9eb5781221a128782df6359858 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Thu Sep 05 18:02:57 2013 +0300 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Thu Sep 05 18:02:57 2013 +0300 |
tree | b3cdeaab9cc5db01edd15c14c75e6c935715c6be | |
parent | 2984f2bcf6d85cc9b07553e46dc5695be973a57f [diff] [blame] |
Issue #18672: Fixed format specifiers for Py_ssize_t in debugging output in the _sre moduel.
diff --git a/Misc/NEWS b/Misc/NEWS index 3bbced3..8c67ad1 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -32,6 +32,9 @@ Library ------- +- Issue #18672: Fixed format specifiers for Py_ssize_t in debugging output in + the _sre moduel. + - Issue #18830: inspect.getclasstree() no more produces duplicated entries even when input list contains duplicates.