[issue4005] pydoc in web server mode tails at initial request

2009-07-04 Thread Alexandre Vassalotti
Alexandre Vassalotti added the comment: Committed in r73856. -- nosy: +alexandre.vassalotti resolution: -> accepted stage: -> committed/rejected status: open -> closed ___ Python tracker _

[issue4005] pydoc in web server mode tails at initial request

2008-10-01 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc <[EMAIL PROTECTED]> added the comment: The problem occurs when sys.path contains the name of an existing zip file. Here is a patch, with tests. -- keywords: +needs review, patch nosy: +amaury.forgeotdarc priority: -> critical Added file: http://bugs.python.org/file

[issue4005] pydoc in web server mode tails at initial request

2008-09-30 Thread James Mills
New submission from James Mills <[EMAIL PROTECTED]>: Trying to use pydoc in it's webserver mode fails: $ pydoc3.0 -p 8000 pydoc server ready at http://localhost:8000/ Exception happened during processing of request from ('127.0.0.1', 42939) Traceback (mos