diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2001-01-13 09:54:41 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2001-01-13 09:54:41 (GMT) |
commit | 10a2787313519965c64487956e4ad3506c22d050 (patch) | |
tree | 50b21a855c09d19bce55e814f68e6d2b74973883 | |
parent | 73cbc5e6166358ca3b6c0600533af0cd03fdeea6 (diff) | |
download | cpython-10a2787313519965c64487956e4ad3506c22d050.zip cpython-10a2787313519965c64487956e4ad3506c22d050.tar.gz cpython-10a2787313519965c64487956e4ad3506c22d050.tar.bz2 |
Document extensions to .pth files.
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |