commit | 1eff0fc3cd258c12433f28f441028534ff0ee600 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Wed Oct 17 16:12:30 2012 +0200 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Wed Oct 17 16:12:30 2012 +0200 |
tree | ad68b0ca1ea32f7dc191080cc1c36ee430b71b1e | |
parent | e9cf97cf20711dcede2e44b58f3ccc7d71280cc8 [diff] [blame] |
Issue #15378: Fix Tools/unicode/comparecodecs.py. Patch by Serhiy Storchaka.
diff --git a/Misc/NEWS b/Misc/NEWS index e1356ad..0efbefa 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -666,6 +666,8 @@ Tools/Demos ----------- +- Issue #15378: Fix Tools/unicode/comparecodecs.py. Patch by Serhiy Storchaka. + - Issue #14695: Fix missing support for starred assignments in Tools/parser/unparse.py.