From: Georg Brandl Date: Fri, 5 Dec 2008 08:36:09 +0000 (+0000) Subject: Blocked revisions 67171,67226,67234 via svnmerge X-Git-Tag: v2.6.2c1~350 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8d4e9042a5696dde97ecf4cb70c48ac59b8c4a6e;p=thirdparty%2FPython%2Fcpython.git Blocked revisions 67171,67226,67234 via svnmerge ........ r67171 | benjamin.peterson | 2008-11-08 19:38:54 +0100 (Sat, 08 Nov 2008) | 4 lines check for assignment to __debug__ during AST generation Also, give assignment to None a better error message ........ r67226 | brett.cannon | 2008-11-15 23:40:44 +0100 (Sat, 15 Nov 2008) | 4 lines The docs for httplib.HTTPConnection.putheader() have claimed for quite a while that their could be an arbitrary number of values passed in. Turns out the code did not match that. The code now matches the docs. ........ r67234 | benjamin.peterson | 2008-11-16 18:54:55 +0100 (Sun, 16 Nov 2008) | 1 line run autoconf ........ ---