summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2014-11-27 22:09:29 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2014-11-27 22:09:29 (GMT)
commitab5e9b9213558d00ef8405d89e4cb103795972e3 (patch)
tree01c571ee7f96fa5bfcf8201b75bb6bcad2b69620 /Misc/NEWS
parentfc8e9b0e726c14d10cf33864710364b3cb4ae368 (diff)
downloadcpython-ab5e9b9213558d00ef8405d89e4cb103795972e3.zip
cpython-ab5e9b9213558d00ef8405d89e4cb103795972e3.tar.gz
cpython-ab5e9b9213558d00ef8405d89e4cb103795972e3.tar.bz2
Issue #22314: pydoc now works when the LINES environment variable is set.
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 7c17a37..e69f919 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -184,6 +184,11 @@ Documentation
- Issue #21514: The documentation of the json module now refers to new JSON RFC
7159 instead of obsoleted RFC 4627.
+Tools/Demos
+-----------
+
+- Issue #22314: pydoc now works when the LINES environment variable is set.
+
Windows
-------