From: Georg Brandl Date: Fri, 5 Dec 2008 09:03:39 +0000 (+0000) Subject: Merged revisions 67484 via svnmerge from X-Git-Tag: v2.6.2c1~344 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5667280a07cc12691709e2b5ffa9ac7e3a0172ee;p=thirdparty%2FPython%2Fcpython.git 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). ........ ---