summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBrett Cannon <bcannon@gmail.com>2004-06-05 01:12:51 (GMT)
committerBrett Cannon <bcannon@gmail.com>2004-06-05 01:12:51 (GMT)
commit0096e262ffe836b4c7511158678f9e257cc3a020 (patch)
tree8b4250da9eb7a26ef2b719d6fd8e32e8a531e0e2 /Misc
parent642c8a11fd3b1c6b2fed366e5344885ca0188b37 (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index ffc21d0..9f7842ec 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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