> And I want to argue that the difference of behavior should be considered a
bug.

Sorry, that ship has sailed. If you want different behavior, subclassing
DictReader and providing your own next() implementation should be
straightforward. All you need to do is copy the existing implementation of
next() and strip out the comment and the while loop which follows it.

Skip

-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to