diff options
author | Georg Brandl <georg@python.org> | 2007-09-12 19:00:07 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2007-09-12 19:00:07 (GMT) |
commit | 8fd3ecf9289942d5544c3943be9bc4e9386908b7 (patch) | |
tree | 1c380a82b3c4d3e280b02a714148c070da15db72 /Misc | |
parent | c28d5fb456444216e17afb81988e938eaea34592 (diff) | |
download | cpython-8fd3ecf9289942d5544c3943be9bc4e9386908b7.zip cpython-8fd3ecf9289942d5544c3943be9bc4e9386908b7.tar.gz cpython-8fd3ecf9289942d5544c3943be9bc4e9386908b7.tar.bz2 |
Bug #1153: repr.repr() now doesn't require set and dictionary items
to be orderable to properly represent them.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -255,6 +255,9 @@ Core and builtins Library ------- +- Bug #1153: repr.repr() now doesn't require set and dictionary items + to be orderable to properly represent them. + - A 'c_longdouble' type was added to the ctypes module. - Bug #1709599: Run test_1565150 only if the file system is NTFS. |