Amit Sethi <amit.pureene...@gmail.com> writes: > Hi , I am trying to read in a large message piped to a python script. > The message would have something like 1000 words . How can one > increase the buffer size of sys.stdin in python.
What's the problem with just a body = sys.stdin.read() and then processing body? -- ~noufal http://nibrahim.net.in All generalisations are dangerous, including this one. _______________________________________________ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman/listinfo/bangpypers