blueprintmrk / graphy

Automatically exported from code.google.com/p/graphy
Apache License 2.0
0 stars 0 forks source link

graphy/common.py incompatible with Python 2.3.1 #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
From an old Slackware box:

File "graphy/common.py", line 330 
   MinPoint = lambda data: min(x for x in data if x is not None) 
syntax error

Original issue reported on code.google.com by thomas.r...@gmail.com on 1 Oct 2009 at 7:17

GoogleCodeExporter commented 9 years ago
Yes, no generator expressions in 2.3.  Graphy was all coded for at least python 
2.4.
 Can you upgrade?

(I don't think there's any technical reason why graphy couldn't be modified to 
work
on 2.3.  However, python 2.3 support is a non-goal for me, since it would make 
the
code uglier and 2.4 has been out for years.)

Original comment by zovirl@gmail.com on 12 Oct 2009 at 1:31