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

Fix byte/string conversion for Python 3. #9

Closed
wants to merge 3 commits into from
Closed

Fix byte/string conversion for Python 3. #9

wants to merge 3 commits into from

Commits on Sep 10, 2011

  1. Configuration menu
    Copy the full SHA
    b866954 View commit details
    Browse the repository at this point in the history
  2. Make s2b/b2s fail silently if the type is wrong.

    These functions throw TypeError exceptions if the parameters are already
    encoded/decoded. This can be avoided by type checking before attempting
    to encode/decode the parameters.
    Lokaltog committed Sep 10, 2011
    Configuration menu
    Copy the full SHA
    602b55c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    56ab9c7 View commit details
    Browse the repository at this point in the history