This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author bartbroere
Recipients bartbroere
Date 2021-03-13.16:14:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1615652086.71.0.102921679786.issue43487@roundup.psfhosted.org>
In-reply-to
Content
While porting a (Django) code base recently, using 2to3, I missed the conversion from __unicode__ to __str__. I have created my own 2to3 fixer, which might be useful for other people.

If it's not useful enough to be included in lib2to3, or has side effects that I did not foresee, please let me know :-)
History
Date User Action Args
2021-03-13 16:14:46bartbroeresetrecipients: + bartbroere
2021-03-13 16:14:46bartbroeresetmessageid: <1615652086.71.0.102921679786.issue43487@roundup.psfhosted.org>
2021-03-13 16:14:46bartbroerelinkissue43487 messages
2021-03-13 16:14:46bartbroerecreate