how to calculate the size of sys.stdin?

Graham Guttocks graham_guttocks at yahoo.co.nz
Wed Apr 11 19:49:59 EDT 2001


Robin Thomas <robin.thomas at starmedia.net> wrote: 

> import sys
> bytes = sys.stdin.read()
> size_of_stdin = len(bytes)

Perfect.  Thanks again folks!

Cheers,
Graham

_____________________________________________________________________________
http://movies.yahoo.com.au - Yahoo! Movies
- Now showing: Dude Where's My Car, The Wedding Planner, Traffic..




More information about the Python-list mailing list