]> granicus.if.org Git - python/commit
Catch deprecation warnings emitted when non-integers are formatted with %c, %o
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 6 Feb 2014 20:44:27 +0000 (22:44 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Thu, 6 Feb 2014 20:44:27 +0000 (22:44 +0200)
commita146bef02bf26b75d8d720f444283e28e784a1e3
tree4136d8aaae59bddf6030f359ed80f4a9b5221157
parent303718c3d7b650f946a6364f50c9048a1100535b
Catch deprecation warnings emitted when non-integers are formatted with %c, %o
and %x (introduced in issue #19995).
Lib/test/string_tests.py
Lib/test/test_format.py