ptrus / suffix-trees

Python implementation of Suffix Trees and Generalized Suffix Trees.
MIT License
122 stars 28 forks source link

change <str> to <basestring>, to handle unicode #13

Closed mwojnars closed 4 years ago

ptrus commented 4 years ago

Thanks for the suggestion, but seeing Python 2 is EOL, I removed the Python 2 support which also makes this PR obsolete, as the workaround was Python 2 specific.