For the most part keeping new code compatible with both Python 2.6 and 3.1 isn't a challenge, the most noticeable issue is with string data. The obvious downside is if the code has to run on an interp that doesn't understand the modern 'except ClassName as varname:' thing. -- http://mail.python.org/mailman/listinfo/python-list
- Python 2.X vs. 3.X - level of acceptance? Stephan Schulz
- Re: Python 2.X vs. 3.X - level of acceptance? Stefan Behnel
- Re: Python 2.X vs. 3.X - level of acceptance? Peter Otten
- Re: Python 2.X vs. 3.X - level of acceptance? Roger Binns
- Re: Python 2.X vs. 3.X - level of acceptance? John Nagle
- Re: Python 2.X vs. 3.X - level of acceptance? TerryP