[Python-checkins] r67562 - python/branches/release26-maint

georg.brandl python-checkins at python.org
Fri Dec 5 09:36:09 CET 2008


Author: georg.brandl
Date: Fri Dec  5 09:36:09 2008
New Revision: 67562

Log:
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
........


Modified:
   python/branches/release26-maint/   (props changed)


More information about the Python-checkins mailing list