vbem / pydoc27fork

A fork of pydoc.py in Python 2.7

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pydoc27fork

A fork of pydoc.py in Python 2.7 with the following features:

  1. Supports specified hostname using -h option, which defaults to localhost therefore be compatible with original edition. For instance, to run pydoc listening to all out-coming requests:
$ python pydoc27fork.py -h 0.0.0.0 -p 8888

About

A fork of pydoc.py in Python 2.7

License:GNU General Public License v3.0


Languages

Language:Python 100.0%