diff options
author | Georg Brandl <georg@python.org> | 2006-10-09 19:03:06 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2006-10-09 19:03:06 (GMT) |
commit | 412a9ea10e786f61b9d9f144b9296d30b5ad6bb9 (patch) | |
tree | 772cf4926b495bd55bb3f88cccf9418ff09be0fb /Misc | |
parent | b3f37556bcb21997a16d117e36eec78474ee0e19 (diff) | |
download | cpython-412a9ea10e786f61b9d9f144b9296d30b5ad6bb9.zip cpython-412a9ea10e786f61b9d9f144b9296d30b5ad6bb9.tar.gz cpython-412a9ea10e786f61b9d9f144b9296d30b5ad6bb9.tar.bz2 |
Patch #1572724: fix typo ('=' instead of '==') in _msi.c.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -126,6 +126,8 @@ Library 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. |