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 belopolsky
Recipients BreamoreBoy, belopolsky, eric.araujo, georg.brandl, giampaolo.rodola, ncoghlan, ping, ron_adam, srid
Date 2010-07-23.20:35:02
SpamBayes Score 0.0032729774
Marked as misclassified No
Message-id <1279917304.52.0.324920467509.issue2001@psf.upfronthosting.co.za>
In-reply-to
Content
Ron,

Your latest patch does not work for me:


$ ./python.exe -m pydoc -g
Traceback (most recent call last):
  File "/Users/sasha/Work/python-svn/py3k-commit/Lib/runpy.py", line 160, in _run_module_as_main
    "__main__", fname, loader, pkg_name)
  File "/Users/sasha/Work/python-svn/py3k-commit/Lib/runpy.py", line 73, in _run_code
    exec(code, run_globals)
  File "/Users/sasha/Work/python-svn/py3k-commit/Lib/pydoc.py", line 2315, in <module>
    if __name__ == '__main__': cli()
  File "/Users/sasha/Work/python-svn/py3k-commit/Lib/pydoc.py", line 2259, in cli
    gui()
  File "/Users/sasha/Work/python-svn/py3k-commit/Lib/pydoc.py", line 2222, in gui
    serverthread = http.text_server.startserver(url_handler, port)
AttributeError: 'module' object has no attribute 'text_server'
History
Date User Action Args
2010-07-23 20:35:04belopolskysetrecipients: + belopolsky, ping, georg.brandl, ncoghlan, giampaolo.rodola, ron_adam, eric.araujo, srid, BreamoreBoy
2010-07-23 20:35:04belopolskysetmessageid: <1279917304.52.0.324920467509.issue2001@psf.upfronthosting.co.za>
2010-07-23 20:35:03belopolskylinkissue2001 messages
2010-07-23 20:35:02belopolskycreate