[Python-checkins] r75344 - in python/trunk/Demo/scripts: README primes.py

Senthil Kumaran orsenthil at gmail.com
Sun Oct 11 11:38:10 CEST 2009


> Modified: python/trunk/Demo/scripts/primes.py
> ==============================================================================
> --- python/trunk/Demo/scripts/primes.py (original)
> +++ python/trunk/Demo/scripts/primes.py Sun Oct 11 10:48:28 2009

I also think that we can just replace that one with a script that uses
generator.

http://code.activestate.com/recipes/117119/#c2

FWIW, it is in Python Cookbook too.


-- 
Senthil


More information about the Python-checkins mailing list