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 Unit03
Recipients Unit03, berker.peksag, martin.panter, maurosr, milap.py, python-dev, r.david.murray, serhiy.storchaka, taddeimania
Date 2015-06-16.13:26:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1434461188.75.0.294028984441.issue23883@psf.upfronthosting.co.za>
In-reply-to
Content
Hi! This is my first attempt at contributing so as always, feedback will be well appreciated. :)

I meant to start small so I took a shot with csv module. In test, initial expected set contains QUOTE_* because they don't provide __module__ attribute, and __doc/version__ because they are already in csv.__all__ (should they?).

I've made a few PEP8-related fixes just around code I've touched (so they aren't completely unrelated). Is that ok?
History
Date User Action Args
2015-06-16 13:26:28Unit03setrecipients: + Unit03, r.david.murray, python-dev, berker.peksag, martin.panter, serhiy.storchaka, milap.py, maurosr, taddeimania
2015-06-16 13:26:28Unit03setmessageid: <1434461188.75.0.294028984441.issue23883@psf.upfronthosting.co.za>
2015-06-16 13:26:28Unit03linkissue23883 messages
2015-06-16 13:26:28Unit03create