Closed jaraco closed 8 years ago
I meant for this to be against working.
For whatever it's worth, I have no intention of supporting Python 3 as it would just give this project further legs in a time where we're working to move away from it. Of course this change by itself is fine, but there will be no wholesale porting effort.
Disables the first clause on Python 3. I did test and setting a 'unicode' attribute of an object on Python 2 is also acceptable, but per the guidance on not changing Python 2 behavior, I'm leaving that undesirable code in place and only disabling it when not on Python 2, thus having zero impact on the officially-supported Python versions.