commit | 5667280a07cc12691709e2b5ffa9ac7e3a0172ee | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Fri Dec 05 09:03:39 2008 +0000 |
committer | Georg Brandl <georg@python.org> | Fri Dec 05 09:03:39 2008 +0000 |
tree | 132b59b49d00781c64a4837f6ca44795e7a371c6 | |
parent | c09315d639dee3bf62e50d9b979f9b2c8dcb8591 [diff] |
Merged revisions 67484 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r67484 | christian.heimes | 2008-12-03 01:53:18 +0100 (Wed, 03 Dec 2008) | 2 lines Issue #4025 again Converted a C99 style comment to a C89 style comment (found by MAL). ........