summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 1632b65..1208d41 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -62,6 +62,11 @@ Library
Tools/Demos
-----------
+- The pydoc script will display a link to the module documentation for
+ modules determined to be part of the core distribution. The documentation
+ base directory defaults to http://www.python.org/doc/current/lib/ but can
+ be changed by setting the PYTHONDOCS environment variable.
+
- texcheck.py now detects double word errors.
- md5sum.py mistakenly opened input files in text mode by default, a