-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
- istr version: 1.0.1
- Python version: 2.7
- Operating System: any
Description
Despite the fact that Python 2.7 wil be declared end of life in 1/2020, there are numerous projects out there that still support it. If any of those wants to start using istr, the main inhibitor will be that istr does not support 2.7. My own Python projects are all of that category :-)
I think what it takes to add Python 2.7 support is:
- using
six.text_typeinstead ofstr(or because nothing else would be used of six, a simple type definition that mimics that). - replacing
str.casefold()withstr.tolower()
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels