On Wed, 13 Aug 2014 13:28:03 +1000, Ed Schofield wrote: > Hi all, > > I am happy to announce an update to Python-Future for Python 2/3 > compatibility and a new cheat-sheet for writing code compatible with > both versions.
Nice! But are you aware that some of your Python 2 code only works in certain versions of Python 2? E.g. raising bare strings only works up to Python 2.5, in 2.6 and higher it is a syntax error. -- Steven -- https://mail.python.org/mailman/listinfo/python-list