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 tomas_grahn
Recipients r.david.murray, tomas_grahn
Date 2013-10-30.14:09:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1383142144.17.0.328761356986.issue19449@psf.upfronthosting.co.za>
In-reply-to
Content
If non-string field names aren't allowed then shouldn't they be caught at an earlier stage, rather then when the user feeds writerow a dict with an unexpected key?

But why should the field names have to be strings in the first place? Everything else is passed through str before being written anyway...
History
Date User Action Args
2013-10-30 14:09:04tomas_grahnsetrecipients: + tomas_grahn, r.david.murray
2013-10-30 14:09:04tomas_grahnsetmessageid: <1383142144.17.0.328761356986.issue19449@psf.upfronthosting.co.za>
2013-10-30 14:09:04tomas_grahnlinkissue19449 messages
2013-10-30 14:09:03tomas_grahncreate