Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(4064)

Unified Diff: Misc/NEWS

Issue 3187042: [issue2001] Pydoc interactive browsing enhancement Base URL: http://svn.python.org/projects/python/branches/py3k/
Patch Set: Created 13 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Misc/ACKS ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Misc/NEWS
===================================================================
--- Misc/NEWS (revision 86529)
+++ Misc/NEWS (working copy)
@@ -163,6 +163,16 @@
encoding, instead of the locale encoding. Patch written by Alexander
Belopolsky.
+- Issue #2001: Add a -b option which starts an enhanced browsing session.
+ New features include: Python version in the header, a get field which takes
+ the same input as the help() function. A search field which replaces the
+ tkinter search box. Links to module index, topics, and keywords. Added a
+ filelink method to the HTMLDoc class. Improved source file viewing.
+ You can now use the -b and -p options together. The -p option will start
+ the new pydoc server on a specified port. Specifying port "-p 0", will pick
+ an arbitrary unused socket port. The "-g" option, gui(), and serve()
+ functions are deprecated.
+
- Issue #10126: Fix distutils' test_build when Python was built with
--enable-shared.
« no previous file with comments | « Misc/ACKS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b