commit | 8b2b8dbefa7d10620d59fd9785e2db23292c7124 | [log] [tgz] |
---|---|---|
author | Christian Heimes <christian@cheimes.de> | Tue Nov 27 13:09:25 2007 +0000 |
committer | Christian Heimes <christian@cheimes.de> | Tue Nov 27 13:09:25 2007 +0000 |
tree | ba90ebc91cd8b2fa0f70b6b7704c648f78cbe287 | |
parent | 578d7ab1e964e1e9f783560bf191c4d145305b62 [diff] |
Merged revisions 59187-59192 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r59190 | thomas.heller | 2007-11-27 13:22:11 +0100 (Tue, 27 Nov 2007) | 3 lines Remove unused global variable, and remove unneeded COMError.__str__ implementation in C. ........