[issue16053] "strict" parameter is not documented in csv module

2012-11-18 Thread Ezio Melotti
Ezio Melotti added the comment: Fixed, thanks for the patch! -- assignee: docs@python -> ezio.melotti nosy: +ezio.melotti resolution: -> fixed stage: commit review -> committed/rejected status: open -> closed ___ Python tracker

[issue16053] "strict" parameter is not documented in csv module

2012-11-18 Thread Roundup Robot
Roundup Robot added the comment: New changeset 9b6797631490 by Ezio Melotti in branch '2.7': #16053: document csv.Dialect.strict. Patch by Kushal Das. http://hg.python.org/cpython/rev/9b6797631490 New changeset faf6941ed5fd by Ezio Melotti in branch '3.2': #16053: document csv.Dialect.strict.

[issue16053] "strict" parameter is not documented in csv module

2012-10-24 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- stage: needs patch -> commit review type: -> enhancement versions: +Python 3.4 ___ Python tracker ___ __

[issue16053] "strict" parameter is not documented in csv module

2012-10-22 Thread Éric Araujo
Éric Araujo added the comment: Because I lack time. Feel free to do it. -- ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue16053] "strict" parameter is not documented in csv module

2012-10-22 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: If the patch is good, why not commit it? -- ___ Python tracker ___ ___ Python-bugs-list mailing li

[issue16053] "strict" parameter is not documented in csv module

2012-09-28 Thread Éric Araujo
Éric Araujo added the comment: LGTM. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/

[issue16053] "strict" parameter is not documented in csv module

2012-09-28 Thread Kushal Das
Kushal Das added the comment: Updated with new patch -- Added file: http://bugs.python.org/file27341/csv_doc.patch ___ Python tracker ___

[issue16053] "strict" parameter is not documented in csv module

2012-09-28 Thread Éric Araujo
Éric Araujo added the comment: LGTM, except for my previous remark and a missing period after the first line. -- ___ Python tracker ___ __

[issue16053] "strict" parameter is not documented in csv module

2012-09-28 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Can native speakers review the patch? -- ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue16053] "strict" parameter is not documented in csv module

2012-09-28 Thread Éric Araujo
Éric Araujo added the comment: Please use ``True`` instead of :const: (this is explained in the doc about the docs in the devguide). -- nosy: +eric.araujo ___ Python tracker ___

[issue16053] "strict" parameter is not documented in csv module

2012-09-28 Thread Kushal Das
Kushal Das added the comment: csv.Dialect.strict is now documented. -- keywords: +patch nosy: +kushaldas Added file: http://bugs.python.org/file27340/csv_doc.patch ___ Python tracker ___

[issue16053] "strict" parameter is not documented in csv module

2012-09-28 Thread Éric Araujo
Changes by Éric Araujo : -- keywords: +easy stage: -> needs patch ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscrib

[issue16053] "strict" parameter is not documented in csv module

2012-09-26 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- assignee: -> docs@python components: +Documentation nosy: +docs@python versions: +Python 2.7, Python 3.2, Python 3.3 ___ Python tracker ___

[issue16053] "strict" parameter is not documented in csv module

2012-09-26 Thread Serhiy Storchaka
New submission from Serhiy Storchaka: csv.Dialect.strict is not documented. However it is used in tests. -- messages: 171334 nosy: storchaka priority: normal severity: normal status: open title: "strict" parameter is not documented in csv module ___ P