]> granicus.if.org Git - python/commit
Change deprecated Exception.message to Exception.args-[0] where the use of
authorTerry Jan Reedy <tjreedy@udel.edu>
Mon, 13 Oct 2014 02:00:10 +0000 (22:00 -0400)
committerTerry Jan Reedy <tjreedy@udel.edu>
Mon, 13 Oct 2014 02:00:10 +0000 (22:00 -0400)
commitc0dc65ef8da3fe2a6543643a5d9d96c7a618cc65
treecf19692f6f2da489162f3bae0f713019d399a123
parent54edfb3eef77b2b6816e1790c38b39c53bfdc408
Change deprecated Exception.message to Exception.args-[0] where the use of
.message is not an essential part of the test.
Lib/test/string_tests.py
Lib/test/test_string.py
Lib/test/test_userstring.py