commit | 22d0830a11c0948ccfd2c42a73d55dd63e35ef72 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Sun Jun 27 23:53:17 2010 +0000 |
committer | Benjamin Peterson <benjamin@python.org> | Sun Jun 27 23:53:17 2010 +0000 |
tree | 9293f94f469c83cb6427703e87761d5dba56f786 | |
parent | e0edb8b3cdfb4107173077a3188c1def2e594b37 [diff] |
Blocked revisions 79596 via svnmerge ........ r79596 | eric.smith | 2010-04-02 07:30:56 -0500 (Fri, 02 Apr 2010) | 1 line Issue 7994: Make object.__format__ with a non-empty format string a PendingDecprecationWarning. Still need to remove uses of this from various tests. ........