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 mark.dickinson
Recipients loewis, mark.dickinson, r.david.murray
Date 2009-05-05.19:11:28
SpamBayes Score 4.331809e-05
Marked as misclassified No
Message-id <1241550689.6.0.957352231331.issue5944@psf.upfronthosting.co.za>
In-reply-to
Content
> The case where the letter looks the same (at least in my email) but is
> apparently different may require some thought, too.

In case it's useful, when I do a list(map(ord, ...)) on those two 
lookalike strings I get (where 'expected' comes from the explicit .decode, 
while 'found' comes from listdir):

expected: [102, 111, 111, 246, 98, 97, 114]
found:    [102, 111, 111, 111, 776, 98, 97, 114]
History
Date User Action Args
2009-05-05 19:11:29mark.dickinsonsetrecipients: + mark.dickinson, loewis, r.david.murray
2009-05-05 19:11:29mark.dickinsonsetmessageid: <1241550689.6.0.957352231331.issue5944@psf.upfronthosting.co.za>
2009-05-05 19:11:28mark.dickinsonlinkissue5944 messages
2009-05-05 19:11:28mark.dickinsoncreate