diff options
author | Tarek Ziadé <ziade.tarek@gmail.com> | 2009-02-13 22:26:15 (GMT) |
---|---|---|
committer | Tarek Ziadé <ziade.tarek@gmail.com> | 2009-02-13 22:26:15 (GMT) |
commit | 811d62489cc2f1a48ec696669727cafe75990c4e (patch) | |
tree | 0b9eaa311ebf0e0c40a47b1a14b445c05275e0b6 /Misc | |
parent | 9033dcb1bac6e31821ec8dde7969d3e76daf4e33 (diff) | |
download | cpython-811d62489cc2f1a48ec696669727cafe75990c4e.zip cpython-811d62489cc2f1a48ec696669727cafe75990c4e.tar.gz cpython-811d62489cc2f1a48ec696669727cafe75990c4e.tar.bz2 |
Merged revisions 69594 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r69594 | tarek.ziade | 2009-02-13 23:22:03 +0100 (Fri, 13 Feb 2009) | 1 line
Issue #2461: added tests for distutils.util
........
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -166,6 +166,8 @@ Core and Builtins Library ------- +- Issue #2461: added tests for distutils.util + - Issue #4998: The memory saving effect of __slots__ had been lost on Fractions which inherited from numbers.py which did not have __slots__ defined. The numbers hierarchy now has its own __slots__ declarations. |