commit | 46e92503dab0311b4d000747b8a6f2d2a68e39ad | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Fri Nov 28 00:09:05 2014 +0200 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Fri Nov 28 00:09:05 2014 +0200 |
tree | 70daa3fc36dbb1a57a7e1bb085c5fa522804f5fa | |
parent | 86ef95d3fbd121fec1168b87ddfe027273b38cea [diff] [blame] |
Issue #22314: pydoc now works when the LINES environment variable is set.
diff --git a/Misc/NEWS b/Misc/NEWS index d3bf2de..642ada0 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -25,6 +25,8 @@ Tools/Demos ----------- +- Issue #22314: pydoc now works when the LINES environment variable is set. + - Issue #18905: "pydoc -p 0" now outputs actually used port. Based on patch by Wieland Hoffmann.