commit | 0096e262ffe836b4c7511158678f9e257cc3a020 | [log] [tgz] |
---|---|---|
author | Brett Cannon <bcannon@gmail.com> | Sat Jun 05 01:12:51 2004 +0000 |
committer | Brett Cannon <bcannon@gmail.com> | Sat Jun 05 01:12:51 2004 +0000 |
tree | 8b4250da9eb7a26ef2b719d6fd8e32e8a531e0e2 | |
parent | 642c8a11fd3b1c6b2fed366e5344885ca0188b37 [diff] [blame] |
Refactored site.py into functions. Also moved over to using sets. New regression test suite.
diff --git a/Misc/NEWS b/Misc/NEWS index ffc21d0..9f7842e 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -322,6 +322,9 @@ 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