Is pythonic version of scanf() or sscanf() planned?

Joshua Kugler joshua at joshuakugler.com
Fri Oct 9 13:59:24 EDT 2009


ryniek90 wrote:
> So maybe someone, someday decide to
> put in Python an alternative, really great implementation of scanf() ?

My idea of a "great scanf() function" would be a clever combination of
re.match(), int(), and float().

j




More information about the Python-list mailing list