commit | 76a23c17bcd9e3f47cbddaf6a2032bd1d27e0419 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Sun Apr 04 23:23:22 2010 +0000 |
committer | Benjamin Peterson <benjamin@python.org> | Sun Apr 04 23:23:22 2010 +0000 |
tree | e8ffdae0a844bc67100a04d2c539039263a4bc73 | |
parent | 6f65d2dd1bd4d82029257ce3d1ea3ec4cbf44235 [diff] [blame] |
fix dis on new style classes #8310
diff --git a/Misc/NEWS b/Misc/NEWS index 4cb76ad..0ee0c07 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -49,6 +49,8 @@ Library ------- +- Issue #8310: Allow dis to examine new style classes. + - Issue #8257: The Decimal construct now accepts a float instance directly, converting that float to a Decimal of equal value: