Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUG: Handle URLs with non-ASCII chars w/ --http #348

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jul 11, 2021

  1. BUG: Handle URLs with non-ASCII chars w/ --http

    Python 3 allows Unicode identifiers, so non-ASCII characters should be
    handled with care.
    
    This commit fixes a bug that only happens when serving with `--http`
    (works fine when generating static HTML files). Before this fix, pydoc
    would raise errors if the URL contains non-ASCII module names.
    syimyuzya committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    ce6e4cd View commit details
    Browse the repository at this point in the history