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 Vladimir Ulupov
Recipients Vladimir Ulupov, docs@python
Date 2015-03-13.15:31:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1426260684.99.0.506625154497.issue23659@psf.upfronthosting.co.za>
In-reply-to
Content
I use PyCharm. This IDE checks the signature functions.
When I used the extra arguments to the function register_dialect - IDE reported error.

This is what has generated IDE for this function.
http://dumpz.org/1347592/

Apparently error here
https://hg.python.org/cpython/file/44c1c0cbdc06/Modules/_csv.c#l1547
https://hg.python.org/cpython/file/c1abcbcfefab/Modules/_csv.c#l1590


https://docs.python.org/2/library/csv.html?highlight=csv#csv.register_dialect
https://docs.python.org/3/library/csv.html?highlight=csv#csv.register_dialect
History
Date User Action Args
2015-03-13 15:31:25Vladimir Ulupovsetrecipients: + Vladimir Ulupov, docs@python
2015-03-13 15:31:24Vladimir Ulupovsetmessageid: <1426260684.99.0.506625154497.issue23659@psf.upfronthosting.co.za>
2015-03-13 15:31:24Vladimir Ulupovlinkissue23659 messages
2015-03-13 15:31:24Vladimir Ulupovcreate