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 terry.reedy
Recipients mallyvai, r.david.murray, terry.reedy
Date 2017-09-29.23:54:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1506729286.27.0.213398074469.issue31590@psf.upfronthosting.co.za>
In-reply-to
Content
In closing #15927, R. David Murray said "Although this is clearly a bug fix, it also represents a behavior change that could cause a working program to fail.  I have therefore only applied it to 3.4, but I'm open to arguments that it should be backported." 

David, I'll leave you to evaluate the argument presented.

Vaibhav: in the meanwhile, consider moving your pipeline to 3.x or patching your copy of the csv module.  You can put it in sitepackes as csv27.  Or if you are distributing code anyway, include your patched copy with it.
History
Date User Action Args
2017-09-29 23:54:46terry.reedysetrecipients: + terry.reedy, r.david.murray, mallyvai
2017-09-29 23:54:46terry.reedysetmessageid: <1506729286.27.0.213398074469.issue31590@psf.upfronthosting.co.za>
2017-09-29 23:54:46terry.reedylinkissue31590 messages
2017-09-29 23:54:46terry.reedycreate