This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients BreamoreBoy, docs@python, georg.brandl, jesstess, pitrou, r.david.murray, sfinnie, terry.reedy
Date 2014-04-20.15:08:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1398006537.55.0.886619097659.issue8387@psf.upfronthosting.co.za>
In-reply-to
Content
Note that 'U' is a no-op under Python 3, it's just there for compatibility reasons; i.e. 'rU' is the same as 'r'.

Also, from a quick glance, the CSV parser in _csv.c looks newline-agnostic.

@sfinnie: can you explain which problems you encountered running the examples? Please also post the resulting exception tracebacks, if any.
History
Date User Action Args
2014-04-20 15:08:57pitrousetrecipients: + pitrou, georg.brandl, terry.reedy, r.david.murray, jesstess, sfinnie, docs@python, BreamoreBoy
2014-04-20 15:08:57pitrousetmessageid: <1398006537.55.0.886619097659.issue8387@psf.upfronthosting.co.za>
2014-04-20 15:08:57pitroulinkissue8387 messages
2014-04-20 15:08:57pitroucreate