From 10a2787313519965c64487956e4ad3506c22d050 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20v=2E=20L=C3=B6wis?= Date: Sat, 13 Jan 2001 09:54:41 +0000 Subject: [PATCH] Document extensions to .pth files. --- Misc/NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Misc/NEWS b/Misc/NEWS index ecd40be7cc3..dd3c01f76ae 100644 --- 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