[Announce] Python-Future v0.13; cheatsheet for Python 2/3 compatible code

Steven D'Aprano steve at pearwood.info
Wed Aug 13 04:31:44 EDT 2014


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



More information about the Python-list mailing list