[Python-bugs-list] [ python-Bugs-409684 ] pydoc htmls pages that fails or no-info

noreply@sourceforge.net noreply@sourceforge.net
Mon, 26 Mar 2001 15:47:20 -0800


Bugs item #409684, was updated on 2001-03-19 02:59
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=409684&group_id=5470

Category: Python Library
Group: None
>Status: Closed
Priority: 5
Submitted By: Hernan Martinez Foffani (hfoffani)
Assigned to: Ka-Ping Yee (ping)
Summary: pydoc htmls pages that fails or no-info

Initial Comment:
python 2.1b1, windows 2000 spanish version.
using pydoc webserver capability.

The following pages don't show info or fails.
Builtins:
- exceptions.html (already reported in Bugs item 
#408958)

DLLs:
- xmlparse.html
- xmltok.html
- tcl83.html (i guess that's very hard to get python 
doc info from this, right? :-)
- tk83.html (ditto?)

Library:
- tzparse.html (i posted a bug report on this)
- rlcompleter.html (a un*x capability)
- pty.html (ditto)





----------------------------------------------------------------------

>Comment By: Ka-Ping Yee (ping)
Date: 2001-03-26 15:47

Message:
Logged In: YES 
user_id=45338

These are fixed in 2.1b2:
    exceptions appears correctly;
    xmlparse, xmltok, tcl83, tk83 aren't Python modules,
        they're just DLLs.  The latest version of pydoc
        produces a more helpful error message in this case.
    tzparse, rlcompleter, pty are Unix-specific and don't
        work in Windows.

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=409684&group_id=5470