diegorep / pypng

Automatically exported from code.google.com/p/pypng
0 stars 0 forks source link

Required Python version is unclear. #23

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What versions and what implementations does it work with?  Should find out, 
make policy, 
document.

Original issue reported on code.google.com by d...@pobox.com on 18 Mar 2009 at 10:59

GoogleCodeExporter commented 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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
Python Version is now in README and png.py docstring.

Original comment by d...@pobox.com on 26 Mar 2009 at 1:37