]> granicus.if.org Git - python/commit
Make sure that complex parsing code and corresponding tests
authorMark Dickinson <dickinsm@gmail.com>
Fri, 24 Apr 2009 13:25:20 +0000 (13:25 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Fri, 24 Apr 2009 13:25:20 +0000 (13:25 +0000)
commit6649fa42f87397c701e528f77374d21bf00d2ca3
tree144e5668fb52d67bdee4a1bab1763f4d92d5f0f9
parentc00b5ef06ee8ac9bc2bc0f37abf68804866a0ce7
Make sure that complex parsing code and corresponding tests
match for 2.7 and 3.1, and that 3.1 continues to
accept complex('j') and complex('4-j')
Lib/test/test_complex.py
Objects/complexobject.c