[issue21056] csv documentation is incorrect

2017-05-23 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- resolution: -> fixed stage: backport needed -> resolved status: open -> closed ___ Python tracker

[issue21056] csv documentation is incorrect

2017-05-22 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 6ef0882303cff24c58785bb1082250088266886d by Łukasz Langa (Mariatta) in branch '3.6': [3.6] bpo-21056: Document return type of next method of csv reader (GH-146) (#1749)

[issue21056] csv documentation is incorrect

2017-05-22 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 32dcf426ad2ae10e24e92f60e99dbb4939fb2021 by Łukasz Langa (Mariatta) in branch '3.5': [3.5] bpo-21056: Document return type of next method of csv reader (GH-146) (#1750)

[issue21056] csv documentation is incorrect

2017-05-22 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- pull_requests: +1838 ___ Python tracker ___ ___

[issue21056] csv documentation is incorrect

2017-05-22 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- pull_requests: +1837 ___ Python tracker ___ ___

[issue21056] csv documentation is incorrect

2017-05-22 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- stage: needs patch -> backport needed versions: +Python 3.7 -Python 2.7 ___ Python tracker ___

[issue21056] csv documentation is incorrect

2017-05-22 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset d618c8c6d31b9b288f8a070417683974eb98e3ba by Mariatta (Amit Kumar) in branch 'master': bpo-21056: Document return type of next method of csv reader (#146) https://github.com/python/cpython/commit/d618c8c6d31b9b288f8a070417683974eb98e3ba

[issue21056] csv documentation is incorrect

2017-02-18 Thread Amit Kumar
Changes by Amit Kumar : -- pull_requests: +110 ___ Python tracker ___ ___

[issue21056] csv documentation is incorrect

2017-02-13 Thread Sanket Dasgupta
Sanket Dasgupta added the comment: Hi, I am looking to fix this bug. So as per the discussion, should I remove the documentation of __next__() ? -- nosy: +sanketdg ___ Python tracker

[issue21056] csv documentation is incorrect

2016-08-05 Thread Berker Peksag
Changes by Berker Peksag : -- keywords: +easy stage: -> needs patch versions: +Python 3.5, Python 3.6 -Python 3.4 ___ Python tracker

[issue21056] csv documentation is incorrect

2014-03-25 Thread Josh Rosenberg
Josh Rosenberg added the comment: Aside from the method being named __next__(), it's the same flaw in all copies of the Py3 documentation. I don't think explicitly enumerating types is the way to go though. I'd just remove the documentation for __next__, and leave it up to the per-type

[issue21056] csv documentation is incorrect

2014-03-24 Thread NRGunby
New submission from NRGunby: The documentation for the csv reader objects next() method is incorrect. It states ' csvreader.next() Return the next row of the reader’s iterable object as a list, parsed according to the current dialect.' Either the documentation for DictReader objects needs to