scanf-1.0 for Python

24 Aug
2004
24 Aug
'04
9:27 a.m.
Hi everyone,
I've implemented a scanf-like module in pure Python:
http://hkn.eecs.berkeley.edu/~dyoo/python/scanf/
If you've ever had the itch to do something like:
### import scanf
(cmd, errors, warnings) = ( scanf.sscanf("/usr/sbin/sendmail - 0 errors, 4 warnings", "%s - %d errors, %d warnings")) ###
I hope this helps!
6789
Age (days ago)
6789
Last active (days ago)
0 comments
1 participants
participants (1)
-
Daniel Yoo