]> granicus.if.org Git - python/commit
Adapt to new exception message.
authorWalter Dörwald <walter@livinglogic.de>
Sat, 9 Jun 2007 16:13:23 +0000 (16:13 +0000)
committerWalter Dörwald <walter@livinglogic.de>
Sat, 9 Jun 2007 16:13:23 +0000 (16:13 +0000)
commit38e43c25eede3fa77d90ac8183cc0335f4861f4a
tree2a6207bb237550ce004b2a20ee603dddb4db9c2c
parent3f1e65cfde6ebfc1be580bac44fda5c15176f30b
Adapt to new exception message.

Simplify formatting (use "%r" % x instead of "%s" % repr(x)).
Lib/test/test_format.py