Avoid Version Numbers
Avoid Version Numbers
Posted Feb 15, 2011 14:20 UTC (Tue) by Webexcess (guest, #197)In reply to: Avoid Version Numbers by ldo
Parent article: Moving to Python 3
I was actually using:
not str is bytes
But when you really mean "is this python3" then that's not clear to someone reading the code so I changed it.
