This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author cmcqueen1975
Recipients cmcqueen1975, jettlogic, lemburg, loewis, mstatkus, skip.montanaro
Date 2009-11-25.02:48:48
SpamBayes Score 0.010724723
Marked as misclassified No
Message-id <1259117330.4.0.210214410411.issue1606092@psf.upfronthosting.co.za>
In-reply-to
Content
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?
History
Date User Action Args
2009-11-25 02:48:50cmcqueen1975setrecipients: + cmcqueen1975, lemburg, loewis, skip.montanaro, jettlogic, mstatkus
2009-11-25 02:48:50cmcqueen1975setmessageid: <1259117330.4.0.210214410411.issue1606092@psf.upfronthosting.co.za>
2009-11-25 02:48:48cmcqueen1975linkissue1606092 messages
2009-11-25 02:48:48cmcqueen1975create