commit | 5493d5ea2afec8a1ff3227e08e908c6e433638cc | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Sun Dec 08 17:44:50 2013 +0200 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Sun Dec 08 17:44:50 2013 +0200 |
tree | 86070bc851a043dd89168ff1b20419ea439bb648 | |
parent | 337c50b8cb84155918ff0b4b5478c70f7a6f3faf [diff] [blame] |
Issue #19099: The struct module now supports Unicode format strings.
diff --git a/Misc/NEWS b/Misc/NEWS index 928a18e..e3abaec 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -15,6 +15,8 @@ Library ------- +- Issue #19099: The struct module now supports Unicode format strings. + - Issue #19878: Fix segfault in bz2 module after calling __init__ twice with non-existent filename. Initial patch by Vajrasky Kok.