Craig McQueen <[email protected]> added the comment:
Is this still an open bug? I have the following code:
lookup = {}
csv_reader = csv.reader(codecs.open(lookup_file_name, 'r', 'utf-8'))
for row in csv_reader:
lookup[row[1]] = row[0]
And it "appears to work" (it runs) using Python 2.6.2. So has this bug
been fixed?
----------
_______________________________________
Python tracker <[email protected]>
<http://bugs.python.org/issue1606092>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com