commit | 371bb50b87e0450bf4bcf06ac89a47a417bf908f | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Sat Aug 16 13:02:57 2008 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Sat Aug 16 13:02:57 2008 +0000 |
tree | 0cb5ba2c18521b05787f4834360bff6d89293cc3 | |
parent | 9abf93d6c96991167cc6acf50f025410ea1def2f [diff] [blame] |
Bug #3542: Support Unicode strings in _msi module.
diff --git a/Misc/NEWS b/Misc/NEWS index afe6211..ae95abf 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -49,6 +49,11 @@ - Issue #2523: Fix quadratic behaviour when read()ing a binary file without asking for a specific length. +Extension Modules +----------------- + +- Bug #3542: Support Unicode strings in _msi module. + What's new in Python 3.0b2? ===========================