Skip to content

Python 3.4 compatibility fix

Compare
Choose a tag to compare
@stonebig stonebig released this 09 Jun 09:56
· 19 commits to master since this release

Python3.4 correctly rejects this

a = None
"{0:s}".format(a) # Previous Pythons translate it to "{0!s}".format(a) without telling