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 holdenweb
Recipients holdenweb, r.david.murray, rhettinger
Date 2016-08-24.08:37:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1472027869.92.0.46750114229.issue27842@psf.upfronthosting.co.za>
In-reply-to
Content
Testing could be interesting. I'm thinking of generating five random string keys with a couple of rows of data, creating csv StringIOs (using pure Python) for all 120 combinations and verifying that they read back in the order they were written.

We should also test that OrderedDicts write correctly with a DictWriter and the same key sets.

It's a fairly haphazard test plan, so I'll be happy to hear more thorough suggestions. We could at a pinch reduce the number of keys to three if speed considerations dictate.

BTW, what happened to NEWS.txt? :)
History
Date User Action Args
2016-08-24 08:37:49holdenwebsetrecipients: + holdenweb, rhettinger, r.david.murray
2016-08-24 08:37:49holdenwebsetmessageid: <1472027869.92.0.46750114229.issue27842@psf.upfronthosting.co.za>
2016-08-24 08:37:49holdenweblinkissue27842 messages
2016-08-24 08:37:49holdenwebcreate