django1/django/utils/2to3_fixes
Aymeric Augustin 79d62a7175 [py3] Added fixer for python_2_unicode_compatible.
This doesn't deal with classes that define both __unicode__ and
__str__; the definition of __str__ should be removed first. It
doesn't guarantee that __str__ will return a str (rather than bytes)
under Python 3 either.
2012-08-12 14:44:40 +02:00
..
__init__.py [py3] Added fixer for python_2_unicode_compatible. 2012-08-12 14:44:40 +02:00
fix_unicode.py [py3] Added fixer for python_2_unicode_compatible. 2012-08-12 14:44:40 +02:00