]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #16045: add more unit tests for built-in int()
authorAndrew Svetlov <andrew.svetlov@gmail.com>
Sun, 23 Dec 2012 10:44:04 +0000 (12:44 +0200)
committerAndrew Svetlov <andrew.svetlov@gmail.com>
Sun, 23 Dec 2012 10:44:04 +0000 (12:44 +0200)
commitcddcafaf6b11f4da66fdccba20a777ccb55b800b
tree37b76d20b2714ffd4fe26a686ac74b40a5f45a06
parent8e1e8165a32da4934449df7dffac82c26b6ab101
Issue #16045: add more unit tests for built-in int()

Patch by Chris Jerdonek.
Lib/test/test_builtin.py
Lib/test/test_int.py