mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Issue 3008: hex/oct/bin can show floats exactly.
This commit is contained in:
parent
db53c1eb68
commit
e0e711446b
3 changed files with 90 additions and 2 deletions
|
@ -17,6 +17,9 @@ Core and Builtins
|
|||
slice(None, 10, -1).indices(10) returns (9, 9, -1) instead of (9,
|
||||
10, -1).
|
||||
|
||||
- Issue 3008: hex(), oct(), and bin() can now create exact reprs
|
||||
for floats.
|
||||
|
||||
- Make bin() implementation parallel oct() and hex().
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue