Document extensions to .pth files.

This commit is contained in:
Martin v. Löwis 2001-01-13 09:54:41 +00:00
parent 73cbc5e616
commit 10a2787313
1 changed files with 4 additions and 0 deletions

View File

@ -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