This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients hroncok, lemburg, mdk, vstinner
Date 2021-01-21.13:55:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1611237320.68.0.403417145303.issue42988@roundup.psfhosted.org>
In-reply-to
Content
An option is also to remove the whole getfile feature. It was added in bpo-2001 by:

commit 7bb30b72d8a165f8bacbc480b8d5a15834fa4c35
Author: Nick Coghlan <ncoghlan@gmail.com>
Date:   Fri Dec 3 09:29:11 2010 +0000

    Improve Pydoc interactive browsing (#2001).  Patch by Ron Adam.
    
    * A -b option to start an 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 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.
    * Links to *Module Index*, *Topics*, and *Keywords*.
    * Improved source file viewing.
    * An HTMLDoc.filelink() method.
    * The -g option and the gui() and serve() functions are deprecated.
History
Date User Action Args
2021-01-21 13:55:20vstinnersetrecipients: + vstinner, lemburg, mdk, hroncok
2021-01-21 13:55:20vstinnersetmessageid: <1611237320.68.0.403417145303.issue42988@roundup.psfhosted.org>
2021-01-21 13:55:20vstinnerlinkissue42988 messages
2021-01-21 13:55:20vstinnercreate