Message 227286 - Python tracker
R. David Murray wrote (on python-committers): > So...Larry broke it, but it is not obvious how. Could it be something > wrong with the pydoc topics update for the release? Indeed, it looks like somehow the pydoc-topics update turned all of the values in the topics dict into bytes literals rather than plain strings. Unfortunately, I don't have the right setup currently to look into it further, but my best guess would be that perhaps the pydoc-topics Sphinx builder needs an update for Python 3?