diff options
author | Brett Cannon <bcannon@gmail.com> | 2004-06-05 01:12:51 (GMT) |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2004-06-05 01:12:51 (GMT) |
commit | 0096e262ffe836b4c7511158678f9e257cc3a020 (patch) | |
tree | 8b4250da9eb7a26ef2b719d6fd8e32e8a531e0e2 /Misc | |
parent | 642c8a11fd3b1c6b2fed366e5344885ca0188b37 (diff) | |
download | cpython-0096e262ffe836b4c7511158678f9e257cc3a020.zip cpython-0096e262ffe836b4c7511158678f9e257cc3a020.tar.gz cpython-0096e262ffe836b4c7511158678f9e257cc3a020.tar.bz2 |
Refactored site.py into functions. Also moved over to using sets.
New regression test suite.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -322,6 +322,9 @@ Extension modules Library ------- +- refactored site.py into functions. Also wrote regression tests for the + module. + - asyncore.loop now has repeat count parameter that defaults to infinity. - The distutils sdist command now ignores all .svn directories, in |