Kaydet (Commit) 8a95071f authored tarafından Mark Dickinson's avatar Mark Dickinson

Add Misc/NEWS entry for r79609.

üst 4dbda859
......@@ -47,6 +47,12 @@ Core and Builtins
Library
-------
- Issue #8257: The Decimal construct now accepts a float instance
directly, converting that float to a Decimal of equal value:
>>> Decimal(1.1)
Decimal('1.100000000000000088817841970012523233890533447265625')
- collections.Counter() now supports a subtract() method.
- Issue #8294: The Fraction constructor now accepts Decimal and float
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment