restore NEWS entry for 957240

This commit is contained in:
Michael W. Hudson 2004-06-30 09:06:29 +00:00
parent d5cf143482
commit c30ba849cf

View file

@ -377,6 +377,9 @@ Library
- The distutils install command now supports the --home option and
installation scheme for all platforms.
- asyncore.loop now has a repeat count parameter that defaults to
looping forever..
- The distutils sdist command now ignores all .svn directories, in
addition to CVS and RCS directories. .svn directories hold
administrative files for the Subversion source control system.