summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2006-04-10 08:34:21 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2006-04-10 08:34:21 (GMT)
commitb04dee935c0f6d3104e43f25251968c665e6e3dd (patch)
tree78d1c7900429109b47ca779b26971e127ee40434 /Misc
parent84a98e07f5e754f14c07f46ed9bfd3bbc8769ee2 (diff)
downloadcpython-b04dee935c0f6d3104e43f25251968c665e6e3dd.zip
cpython-b04dee935c0f6d3104e43f25251968c665e6e3dd.tar.gz
cpython-b04dee935c0f6d3104e43f25251968c665e6e3dd.tar.bz2
Patch #1462222: Fix Tix.Grid. Closes #1036406.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 363ad52..1ee39f1 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -26,6 +26,8 @@ Extension Modules
Library
-------
+- Patch #1462222: Fix Tix.Grid.
+
- Fix exception when doing glob.glob('anything*/')
Build