]> granicus.if.org Git - python/commitdiff
Document extensions to .pth files.
authorMartin v. Löwis <martin@v.loewis.de>
Sat, 13 Jan 2001 09:54:41 +0000 (09:54 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Sat, 13 Jan 2001 09:54:41 +0000 (09:54 +0000)
Misc/NEWS

index ecd40be7cc3aa2505fd320a476287829a38162b0..dd3c01f76ae5ad68eb40ae02f3972aa675b73b72 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -85,6 +85,10 @@ Core language, builtins, and interpreter
 
 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
   exceptions that serve as warning categories, and a new command line