summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSkip Montanaro <skip@pobox.com>2003-09-10 19:04:13 (GMT)
committerSkip Montanaro <skip@pobox.com>2003-09-10 19:04:13 (GMT)
commitfd4fa8801a75919dd711e9f750b8a405a639f2c2 (patch)
tree905904096bbce05a9d2c13ba74acb56c2ba31888 /Misc
parent6e380cd1d8555d08831caa2ec5913740e58f00b6 (diff)
downloadcpython-fd4fa8801a75919dd711e9f750b8a405a639f2c2.zip
cpython-fd4fa8801a75919dd711e9f750b8a405a639f2c2.tar.gz
cpython-fd4fa8801a75919dd711e9f750b8a405a639f2c2.tar.bz2
mention new module doc display feature of pydoc in libref and NEWS
Diffstat (limited to 'Misc')
-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