[issue23659] csv.register_dialect doc string

2015-06-05 Thread Roundup Robot
Roundup Robot added the comment: New changeset 9377ffb9eaf2 by Berker Peksag in branch '3.4': Issue #23659: Document **fmtparams in csv.register_dialect docstring. https://hg.python.org/cpython/rev/9377ffb9eaf2 New changeset eee64e72d294 by Berker Peksag in branch '3.5': Issue #23659: Document

[issue23659] csv.register_dialect doc string

2015-06-05 Thread Berker Peksag
Berker Peksag added the comment: Thanks! -- resolution: - fixed stage: patch review - resolved status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue23659 ___

[issue23659] csv.register_dialect doc string

2015-05-29 Thread Skip Montanaro
Skip Montanaro added the comment: LGTM. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue23659 ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue23659] csv.register_dialect doc string

2015-05-28 Thread Brandon Milam
Brandon Milam added the comment: I believe this was the requested change. Let me know if more was desired. -- keywords: +patch nosy: +jbmilam Added file: http://bugs.python.org/file39540/register_dialect_docstring_fix.patch ___ Python tracker

[issue23659] csv.register_dialect doc string

2015-05-28 Thread Brandon Milam
Brandon Milam added the comment: Sorry, I forgot an end parentheses in the doc string of the last patch. -- Added file: http://bugs.python.org/file39541/register_dialect_docstring_fix.patch ___ Python tracker rep...@bugs.python.org

[issue23659] csv.register_dialect doc string

2015-05-28 Thread Berker Peksag
Changes by Berker Peksag berker.pek...@gmail.com: -- nosy: +berker.peksag stage: - patch review versions: +Python 3.5, Python 3.6 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue23659 ___

[issue23659] csv.register_dialect doc string

2015-03-14 Thread Vladimir Ulupov
Vladimir Ulupov added the comment: Incorrect docstring(PyDoc_STRVAR) for function csv.register_dialect -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue23659 ___

[issue23659] csv.register_dialect doc string

2015-03-14 Thread R. David Murray
R. David Murray added the comment: Ah, you are trying to point out that the docstring doesn't mention fmtparams, or that the dialect object is optional. Sure, that should be fixed. -- ___ Python tracker rep...@bugs.python.org

[issue23659] csv.register_dialect doc string

2015-03-14 Thread Vladimir Ulupov
Vladimir Ulupov added the comment: Yes, sorry for my bad English. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue23659 ___ ___ Python-bugs-list

[issue23659] csv.register_dialect doc string

2015-03-13 Thread Vladimir Ulupov
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

[issue23659] csv.register_dialect doc string

2015-03-13 Thread Skip Montanaro
Changes by Skip Montanaro s...@pobox.com: -- nosy: +skip.montanaro ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue23659 ___ ___ Python-bugs-list

[issue23659] csv.register_dialect doc string

2015-03-13 Thread R. David Murray
R. David Murray added the comment: Could you clarify what bug in python you are reporting? -- nosy: +r.david.murray ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue23659 ___