commit | b04dee935c0f6d3104e43f25251968c665e6e3dd | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Mon Apr 10 08:34:21 2006 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Mon Apr 10 08:34:21 2006 +0000 |
tree | 78d1c7900429109b47ca779b26971e127ee40434 | |
parent | 84a98e07f5e754f14c07f46ed9bfd3bbc8769ee2 [diff] |
Patch #1462222: Fix Tix.Grid. Closes #1036406.
diff --git a/Misc/NEWS b/Misc/NEWS index 363ad52..1ee39f1 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -26,6 +26,8 @@ Library ------- +- Patch #1462222: Fix Tix.Grid. + - Fix exception when doing glob.glob('anything*/') Build