equivalent of perl $/
Daniel Yee (danny@cs.su.oz.au)
15 Jan 1995 12:05:38 +1100
Does python have an equivalent of perl's $/ variable? It'd be nice
to be able to read data without \n being special...
(In Perl, $/ is used as a delimiter for reading from files instead of \n.)
Danny Yee.