[Python-checkins] CVS: python/dist/src/Misc NEWS,1.92,1.93

Martin v. Löwis python-dev@python.org
Sat, 13 Jan 2001 01:54:44 -0800


Update of /cvsroot/python/python/dist/src/Misc
In directory usw-pr-cvs1:/tmp/cvs-serv21846

Modified Files:
	NEWS 
Log Message:
Document extensions to .pth files.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.92
retrieving revision 1.93
diff -C2 -r1.92 -r1.93
*** NEWS	2001/01/12 16:25:08	1.92
--- NEWS	2001/01/13 09:54:41	1.93
***************
*** 86,89 ****
--- 86,93 ----
  Standard library
  
+ - The module site now treats .pth files not only for path configuration,
+   but also supports extensions to the initialization code: Lines starting
+   with import are executed.
+ 
  - There's a new module, warnings, which implements a mechanism for
    issuing and filtering warnings.  There are some new built-in