[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
- Previous message: [Python-Dev] [Python-checkins] cpython: #15927: Fix cvs.reader parsing of escaped \r\n with quoting off.
- Next message: [Python-Dev] [Python-checkins] peps: update 2.7.4 release dates
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: [Python-Dev] [Python-checkins] cpython: #15927: Fix cvs.reader parsing of escaped \r\n with quoting off.
- Next message: [Python-Dev] [Python-checkins] peps: update 2.7.4 release dates
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]