commit | 0c67312c5c0d5d44e065d2ecc5023d0e47f815ee | [log] [tgz] |
---|---|---|
author | Mark Dickinson <dickinsm@gmail.com> | Thu Oct 29 12:04:00 2009 +0000 |
committer | Mark Dickinson <dickinsm@gmail.com> | Thu Oct 29 12:04:00 2009 +0000 |
tree | d2c818a3a370db20f64487dcc93b2aae1154c0b2 | |
parent | 783b877555bbfa53663c4bf870e5fc3fa8259ea9 [diff] [blame] |
Issue #7233: A number of two-argument Decimal methods were failing to accept ints and longs for the second argument.
diff --git a/Misc/NEWS b/Misc/NEWS index 2e2f822..5025700 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -427,6 +427,9 @@ Library ------- +- Issue #7233: Fix a number of two-argument Decimal methods to make sure + that they accept an int or long as the second argument. + - Issue #4750: Store the basename of the original filename in the gzip FNAME header as required by RFC 1952.