]> granicus.if.org Git - python/commit
Issue 7994: Make object.__format__ with a non-empty format string a PendingDecprecati...
authorEric Smith <eric@trueblade.com>
Fri, 2 Apr 2010 12:30:56 +0000 (12:30 +0000)
committerEric Smith <eric@trueblade.com>
Fri, 2 Apr 2010 12:30:56 +0000 (12:30 +0000)
commitd44b2fc87c2d9bd9e390eb54d50306959d80ba87
treeb5eb61ba3a600821c69f87bf1b73562a698f8a18
parent3b958e3b575dec4691419dc6488bb7be86afb409
Issue 7994: Make object.__format__ with a non-empty format string a PendingDecprecationWarning. Still need to remove uses of this from various tests.
Lib/test/test_builtin.py
Misc/NEWS
Objects/abstract.c
Objects/typeobject.c