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

Unified Diff: Misc/NEWS

Issue 3151042: Pydoc enhanced browsing patch Base URL: http://svn.python.org/projects/python/branches/py3k/
Patch Set: issue2001_f with tests 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
« Lib/pydoc.py ('K') | « 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 86635)
+++ Misc/NEWS (working copy)
@@ -228,6 +228,19 @@
encoding, instead of the locale encoding. Patch written by Alexander
Belopolsky.
+- Issue #2001: New html server with enhanced web page features.
+ * A ``-b`` option to start a enhanced browsing session.
+ * Allow ``-b`` and ``-p`` options to be used together.
+ * Specifying port 0, will pick an arbitrary unused socket port.
+ * A new ``browse()`` function to to start the new server and browser.
+ * Show python version information in the header.
+ * A *Get* field which takes the same input as the ``help()`` function.
+ * A *Search* field which replaces the tkinter search box.
+ * HTML links to *Module Index*, *Topics*, and *Keywords*.
+ * Improved source file viewing.
+ * A ``HTMLDoc.filelink()`` method.
+ * The ``-g`` option, ``gui()``, and ``serve()`` functions are deprecated.
+
- Issue #10126: Fix distutils' test_build when Python was built with
--enable-shared.
« Lib/pydoc.py ('K') | « 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