Skip to content
This repository has been archived by the owner on Aug 15, 2022. It is now read-only.

Add tests and bugfix for b'' messages appearing in python3. #46

Merged
merged 2 commits into from
Jun 5, 2016

Commits on May 28, 2016

  1. Add tests and bugfix for b'' messages appearing in python3.

    I added unicode and non-unicode message testing for the output() method
    on RTMBot. I'm concerned about why the encode('ascii', 'ignore') was
    there in the first place, but not having it seems to do the right
    thing...
    Jeff Ammons committed May 28, 2016
    Configuration menu
    Copy the full SHA
    2b9e9b7 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2016

  1. Fix unicode error in py2.7 for example plugin

    Strings should now be passed to the plugins as unicode values in py2.7
    so we have to make sure that we don't convert those into ascii by using
    python str instead of u'' strings.
    Jeff Ammons committed Jun 5, 2016
    Configuration menu
    Copy the full SHA
    c81bdfe View commit details
    Browse the repository at this point in the history