]> granicus.if.org Git - python/commit
Add counting of source iterator lines to the reader object - handy for
authorAndrew McNamara <andrewm@object-craft.com.au>
Wed, 12 Jan 2005 11:17:16 +0000 (11:17 +0000)
committerAndrew McNamara <andrewm@object-craft.com.au>
Wed, 12 Jan 2005 11:17:16 +0000 (11:17 +0000)
commit7f2053eff3ec1ee9084a3a550ae363a804368322
tree8ae5c4d637feab5886fca99be4486653ce4a3b7d
parent0f0599ddc1ad02f392fe0be58479f34c57a80c8d
Add counting of source iterator lines to the reader object - handy for
user error messages (otherwise difficult to do without instrumenting
the source).
Lib/test/test_csv.py
Misc/NEWS
Modules/_csv.c