diff options
author | Tim Peters <tim.peters@gmail.com> | 2001-03-18 08:21:57 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2001-03-18 08:21:57 (GMT) |
commit | 0f33604e1783d2302006e79713d5d279093405b3 (patch) | |
tree | e98b2d75064317e92782aea742ac35e54fc6dc97 /Lib/test/output/test_complex | |
parent | 7620bbdcbf92eab9c99fc08bbf8e9daaf677e410 (diff) | |
download | cpython-0f33604e1783d2302006e79713d5d279093405b3.zip cpython-0f33604e1783d2302006e79713d5d279093405b3.tar.gz cpython-0f33604e1783d2302006e79713d5d279093405b3.tar.bz2 |
SF bug [ #409448 ] Complex division is braindead
http://sourceforge.net/tracker/?func=detail&aid=409448&group_id=5470&atid=105470
Now less braindead. Also added test_complex.py, which doesn't test much, but
fails without this patch.
Diffstat (limited to 'Lib/test/output/test_complex')
-rw-r--r-- | Lib/test/output/test_complex | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/output/test_complex b/Lib/test/output/test_complex new file mode 100644 index 0000000..b5224a9 --- /dev/null +++ b/Lib/test/output/test_complex @@ -0,0 +1 @@ +test_complex |