Stdin problems in cgi

Richard van de Stadt stadt at cs.utwente.nl
Thu Sep 21 07:33:37 EDT 2000


Simon Brunning wrote:
> 
> > From: Richard van de Stadt [SMTP:stadt at cs.utwente.nl]
> > > A man needs to sleep for 36 hours a day atleast.
> >
> > newSig = string.replace (theAboveLine, 'sleep', 'be awake')
> >
> That's *so* 20th century. Surely you mean:
> 
> newSig = theAboveLine.replace('sleep', 'be awake')

No, not if you run the 20th century 1.5.2 version of Python, like
I still do.

> Cheers,
> Simon Brunning
> TriSystems Ltd.
> sbrunning at trisystems.co.uk
> 
> -----------------------------------------------------------------------
> The information in this email is confidential and may be legally privileged.
> It is intended solely for the addressee. Access to this email by anyone else
> is unauthorised. If you are not the intended recipient, any disclosure,
> copying, distribution, or any action taken or omitted to be taken in
> reliance on it, is prohibited and may be unlawful. TriSystems Ltd. cannot
> accept liability for statements made which are clearly the senders own.

Is using such a sig a new trend when posting to a newsgroup in the 21st century?

Richard.



More information about the Python-list mailing list