[Python-checkins] r84801 - python/branches/release31-maint
eric.smith
python-checkins at python.org
Tue Sep 14 15:03:39 CEST 2010
Author: eric.smith
Date: Tue Sep 14 15:03:39 2010
New Revision: 84801
Log:
Blocked revisions 84790 via svnmerge
........
r84790 | eric.smith | 2010年09月13日 16:48:43 -0400 (2010年9月13日) | 8 lines
Issue 7994: Make object.__format__() raise a PendingDeprecationWarning
if the format string is not empty. Manually merge r79596 and r84772
from 2.x.
Also, apparently test_format() from test_builtin never made it into
3.x. I've added it as well. It tests the basic format()
infrastructure.
........
Modified:
python/branches/release31-maint/ (props changed)
More information about the Python-checkins
mailing list