[New-bugs-announce] [issue23659] csv.register_dialect doc string

Vladimir Ulupov report at bugs.python.org
Fri Mar 13 16:31:24 CET 2015


New submission from Vladimir Ulupov:

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

----------
assignee: docs at python
components: Documentation
messages: 238035
nosy: Vladimir Ulupov, docs at python
priority: normal
severity: normal
status: open
title: csv.register_dialect  doc string
versions: Python 2.7, Python 3.4

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue23659>
_______________________________________


More information about the New-bugs-announce mailing list