]> granicus.if.org Git - python/commit
Ensure that width and precision in string formatting test have type int, not long.
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 19 Jan 2013 19:06:35 +0000 (21:06 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Sat, 19 Jan 2013 19:06:35 +0000 (21:06 +0200)
commit18a13933f94e0d46d95f1c56c8e132b12044598e
tree6d40cbf65c8cf52f1a9278411e64724e9373554b
parent302ad8d126b4be73071c47584a3123d1514e5921
Ensure that width and precision in string formatting test have type int, not long.
Fix a regression from changeset d544873d62e9 (issue #15989).
Lib/test/string_tests.py