[issue2432] DictReader does not suport line_num

2008-03-21 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Fixed by adding line_num attr to DictReader in r61712, r61713 (2.5). -- resolution: -> fixed status: open -> closed __ Tracker <[EMAIL PROTECTED]>

[issue2432] DictReader does not suport line_num

2008-03-20 Thread ivanoe
New submission from ivanoe <[EMAIL PROTECTED]>: Documentation http://docs.python.org/lib/node264.html mentions that both 'reader' and 'DictReader' support 'line_num' fields. But in fact in version 2.5.2 of the library line_num is not in 'DictReader' class. (looking at csv.py) For the moment I cr