commit | 2f3c16be73a8562d357b9b13bbb8088e275840a7 | [log] [tgz] |
---|---|---|
author | Jeffrey Yasskin <jyasskin@gmail.com> | Thu Jan 03 02:21:52 2008 +0000 |
committer | Jeffrey Yasskin <jyasskin@gmail.com> | Thu Jan 03 02:21:52 2008 +0000 |
tree | 5334d4bd6c8b6456da10c0be232fb8bf95b1aca7 | |
parent | 27edd829d7673a642cf5b37c3011454ec33cb715 [diff] |
Backport PEP 3141 from the py3k branch to the trunk. This includes r50877 (just the complex_pow part), r56649, r56652, r56715, r57296, r57302, r57359, r57361, r57372, r57738, r57739, r58017, r58039, r58040, and r59390, and new documentation. The only significant difference is that round(x) returns a float to preserve backward-compatibility. See http://bugs.python.org/issue1689.