From: Martin v. Löwis Date: Sat, 9 Aug 2003 09:53:51 +0000 (+0000) Subject: Add HIDDEN. Fixes #777664. X-Git-Tag: v2.3.1~167 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4b3d7fdf33f373784454d51842a5af9eaa0cd579;p=thirdparty%2FPython%2Fcpython.git Add HIDDEN. Fixes #777664. --- diff --git a/Misc/NEWS b/Misc/NEWS index 6094a69a1fe0..b27ba1939efb 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -27,6 +27,8 @@ Extension modules Library ------- +- Bug #777664: Add Tkconstants.HIDDEN. + - Bug #781065: test_normalization is updated to the current URL of the Unicode 3.2 normalization file.