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 jesstess
Recipients BreamoreBoy, docs@python, georg.brandl, jesstess, pitrou, r.david.murray, sfinnie, terry.reedy
Date 2014-04-20.16:22:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1398010979.29.0.378066370088.issue8387@psf.upfronthosting.co.za>
In-reply-to
Content
I realized that I typo'd 2 instead of 3 in http://bugs.python.org/issue8387#msg216888 which makes that message confusing. Here's a restatement of my findings:

* All of the Python 3 csv examples work in Python 3 on all platforms.
* The Python 2 binary-mode csv examples work in Python 2.7 on all platforms.
* The Python 2 binary-mode csv examples error out on Windows and OSX when run under Python 3. We could do nothing to address this, or, if we determine that there's no negative impact to removing the 'b', update the examples to accommodate readers who are running Python 2 examples using Python 3 for whatever reason.

Which does bring me to the same question as @pitrou, which is what data and code cause an error for @sfinnie on Python 2. :)
History
Date User Action Args
2014-04-20 16:22:59jesstesssetrecipients: + jesstess, georg.brandl, terry.reedy, pitrou, r.david.murray, sfinnie, docs@python, BreamoreBoy
2014-04-20 16:22:59jesstesssetmessageid: <1398010979.29.0.378066370088.issue8387@psf.upfronthosting.co.za>
2014-04-20 16:22:59jesstesslinkissue8387 messages
2014-04-20 16:22:58jesstesscreate