diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2006-04-10 08:34:21 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2006-04-10 08:34:21 (GMT) |
commit | b04dee935c0f6d3104e43f25251968c665e6e3dd (patch) | |
tree | 78d1c7900429109b47ca779b26971e127ee40434 /Misc | |
parent | 84a98e07f5e754f14c07f46ed9bfd3bbc8769ee2 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -26,6 +26,8 @@ Extension Modules Library ------- +- Patch #1462222: Fix Tix.Grid. + - Fix exception when doing glob.glob('anything*/') Build |