summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2008-07-10 14:34:57 (GMT)
committerRaymond Hettinger <python@rcn.com>2008-07-10 14:34:57 (GMT)
commitb01713e7dc26721e821a2b3ed8a67600d68940fb (patch)
tree719287beb7ed98a8e8aecfe2e647314325569d3f /Misc
parent3cd1e42dca01308a9f5897ba2efc2aab0bebb661 (diff)
downloadcpython-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/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 557af26..faf7e13 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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