WojciechMula / pyahocorasick

Python module (C extension and plain python) implementing Aho-Corasick algorithm
BSD 3-Clause "New" or "Revised" License
948 stars 125 forks source link

[fix] handling unicode in python3 test #80

Closed Pehat closed 6 years ago

WojciechMula commented 6 years ago

@Pehat Thanks for the contribution. Could you please squash the changes and amend the commit message -- even the same as the MR's title. TBH I'd rather like to put the "if sys.version_info.major == 3:" in some method, but it's a simple script, so it's OK.

Pehat commented 6 years ago

@WojciechMula I've taken your notes into consideration.

WojciechMula commented 6 years ago

@Pehat Thank you very much!