diff options
author | Raymond Hettinger <python@rcn.com> | 2008-07-10 14:34:57 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2008-07-10 14:34:57 (GMT) |
commit | b01713e7dc26721e821a2b3ed8a67600d68940fb (patch) | |
tree | 719287beb7ed98a8e8aecfe2e647314325569d3f /Misc | |
parent | 3cd1e42dca01308a9f5897ba2efc2aab0bebb661 (diff) | |
download | cpython-b01713e7dc26721e821a2b3ed8a67600d68940fb.zip cpython-b01713e7dc26721e821a2b3ed8a67600d68940fb.tar.gz cpython-b01713e7dc26721e821a2b3ed8a67600d68940fb.tar.bz2 |
Issue 3285: Fractions from_float() and from_decimal() accept Integral arguments.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -41,6 +41,8 @@ Core and Builtins Library ------- +- Issue #3285: Fractions from_float() and from_decimal() accept Integral arguments. + - Issue #3301: Bisect module modules behaved badly when lo was negative. - Issue #839496: SimpleHTTPServer used to open text files in text mode. This is |