[Python-Dev] [Python-checkins] cpython: #15927: Fix cvs.reader parsing of escaped \r\n with quoting off. (original) (raw)

R. David Murray rdmurray at bitdance.com
Wed Mar 20 04:59:25 CET 2013


On Wed, 20 Mar 2013 03:16:53 -0000, =?utf-8?B?S3Jpc3Rqw6FuIFZhbHVyIErDs25zc29u?= <kristjan at ccpgames.com> wrote:

The compiler complains about this line: if (c == '\n' | c=='\r') {

Perhaps you wanted a Boolean operator?

Indeed, yes.

--David



More information about the Python-Dev mailing list