]> granicus.if.org Git - python/commit
Issue 9856: Change object.__format__ with a non-empty format string from a PendingDep...
authorEric V. Smith <eric@trueblade.com>
Sat, 12 Mar 2011 15:08:48 +0000 (10:08 -0500)
committerEric V. Smith <eric@trueblade.com>
Sat, 12 Mar 2011 15:08:48 +0000 (10:08 -0500)
commitb9cd3531c42265f3063a7d202891a7497eb43130
tree5dbf0827151b1dcd51775038edfa3f82d9b6daab
parente4f6a80ed843ac68ffbd1599d1dc0c55362df205
Issue 9856: Change object.__format__ with a non-empty format string from a PendingDeprecationWarning to a DeprecationWarning.
Lib/test/test_builtin.py
Lib/test/test_unicode.py
Misc/NEWS
Objects/typeobject.c