commit | 7444eda3d6be42f8fbf7e07a7dce6c100d53aa5c | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Mon Oct 09 19:03:12 2006 +0000 |
committer | Georg Brandl <georg@python.org> | Mon Oct 09 19:03:12 2006 +0000 |
tree | fe5c60ab5d9a5cb2db627ac6845e94deb58d7ac4 | |
parent | 0037300f153cb0a84238c5fbe2eafde3102001b6 [diff] [blame] |
Patch #1572724: fix typo ('=' instead of '==') in _msi.c. (backport from rev. 52251)
diff --git a/Misc/NEWS b/Misc/NEWS index 485c5f0..1159a6b 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -49,6 +49,8 @@ Extension Modules ----------------- +- Patch #1572724: fix typo ('=' instead of '==') in _msi.c. + - Bug #1572832: fix a bug in ISO-2022 codecs which may cause segfault when encoding non-BMP unicode characters.