Y
Hacker News
new
|
ask
|
show
|
jobs
by
bl4k
5569 days ago
does anybody know if AppEngine supports any() and itertools ?
1 comments
sunqiang
5562 days ago
Python 2.5 has any (and all) Python 2.3 has itertools so Google App Engine(2.5) should have both of them.
link