commit | 4d1e50dc6f87765a57b6fa3f700eff1399379d6e | [log] [tgz] |
---|---|---|
author | Mark Dickinson <dickinsm@gmail.com> | Sun Dec 20 20:37:56 2009 +0000 |
committer | Mark Dickinson <dickinsm@gmail.com> | Sun Dec 20 20:37:56 2009 +0000 |
tree | 7c0d29fef09c76abffc33d981c29a9dddf45bbf0 | |
parent | 8978b8d2270d34253fd66ba452578e5d6f9bbc84 [diff] |
Merged revisions 76948 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r76948 | mark.dickinson | 2009-12-20 20:34:44 +0000 (Sun, 20 Dec 2009) | 3 lines Issue #7554: Various fixups in test_cmath.py: remove code duplication, use new-style formatting. Thanks Florent Xicluna for the patch. ........