Closed GoogleCodeExporter closed 8 years ago
Had a bright idea. Scan the "What's new in 2.x" docs and see if anything pops
up as something I use.
So far we have:
2.5 termary expressions - not used
2.4 generator expressions - not used (I think)
2.4 reversed builtin - used.
2.4 sorted - used.
2.4 set builtin - not used.
2.4 (PEP 237) int arithmetic can safely overflow 32-bit. Eek. Might
recklessly rely on this.
2.4 itertools.tee - used in a test.
Original comment by d...@pobox.com
on 18 Mar 2009 at 11:12
So Python 2.4 is currently required. Looks like it would be reasonably
feasible to require only Python 2.3.
Original comment by d...@pobox.com
on 18 Mar 2009 at 11:13
For the particular issue of not working on Python 2.3, I have created Issue 27.
Original comment by d...@pobox.com
on 18 Mar 2009 at 6:39
Python Version is now in README and png.py docstring.
Original comment by d...@pobox.com
on 26 Mar 2009 at 1:37
Original issue reported on code.google.com by
d...@pobox.com
on 18 Mar 2009 at 10:59