[issue18387] Add 'symbols' link to pydoc's html menu bar.

Ron Adam report at bugs.python.org
Mon Jul 15 06:35:15 CEST 2013


Ron Adam added the comment:

Thanks for catching that.  I had used unquote_plus instead of unquote.  That is needed for multi-field form data, pydoc doens't need it.

Removed the back tick from the pydoc symbols list.  The topic link for that symbol was already removed.

I also attempted to make the escape() usage a bit better by using the escape function from the html package in more places.  It does just a bit better job of escaping.

I wasn't aware help() would take a "symbols" argument when I added the "keywords" and "topics" pages to the html server.  I've been meaning to get this in for a while.

----------
Added file: http://bugs.python.org/file30922/pdoc_symbols.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue18387>
_______________________________________


More information about the Python-bugs-list mailing list