diff options
author | Mark Dickinson <dickinsm@gmail.com> | 2008-03-25 14:35:25 (GMT) |
---|---|---|
committer | Mark Dickinson <dickinsm@gmail.com> | 2008-03-25 14:35:25 (GMT) |
commit | 26c25d9f64cce575820f1d1f13c757020829888d (patch) | |
tree | 1b864f99ac95483c46104f28f9db714cedd6ba56 /Misc | |
parent | a79e05097be27579d0ab0e38fda404b0edb670c0 (diff) | |
download | cpython-26c25d9f64cce575820f1d1f13c757020829888d.zip cpython-26c25d9f64cce575820f1d1f13c757020829888d.tar.gz cpython-26c25d9f64cce575820f1d1f13c757020829888d.tar.bz2 |
Decimal.sqrt(0) failed when the context was not
explicitly supplied.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -27,6 +27,8 @@ Core and builtins Library ------- +- Issue #2478: fix failure of decimal.Decimal(0).sqrt() + - Issue #2432: give DictReader the dialect and line_num attributes advertised in the docs. |