[Python-3000-checkins] r61482 - python/branches/py3k

guido.van.rossum python-3000-checkins at python.org
Tue Mar 18 05:05:39 CET 2008


Author: guido.van.rossum
Date: Tue Mar 18 05:05:39 2008
New Revision: 61482

Modified:
   python/branches/py3k/   (props changed)
Log:
Blocked revisions 61478 via svnmerge

........
  r61478 | guido.van.rossum | 2008-03-17 22:15:05 -0500 (Mon, 17 Mar 2008) | 4 lines
  
  Clean up the Py3k warnings for non-BaseException-subclasses a bit.  We
  now don't warn for some corner cases that deserve a warning, rather
  than warning double or incorrectly for some other corner cases.
........



More information about the Python-3000-checkins mailing list