On Mar 03, 2015, at 02:15 PM, Ankush Sharma wrote:

>> 2. Later on, in the same function the following code checks if the email
>> is matched:
>>
>> *for address in user.addresses:*
>> *            if address.email == email:*
>> *                   break*
>>
>> Here *email* is in *preserved case* while *address.email *returns a lower
>> case version of email and an *unmatch* occurs. ( s...@gmail.com and
>> s...@gmail.com do not matches ofcourse )

I think you've done a great job of finding the root cause of the bug.  I'll
comment further on the merge proposal, but I think your fix is essentially
correct.

Thanks!

Cheers,
-Barry
_______________________________________________
Mailman-Developers mailing list
Mailman-Developers@python.org
https://mail.python.org/mailman/listinfo/mailman-developers
Mailman FAQ: http://wiki.list.org/x/AgA3
Searchable Archives: 
http://www.mail-archive.com/mailman-developers%40python.org/
Unsubscribe: 
https://mail.python.org/mailman/options/mailman-developers/archive%40jab.org

Security Policy: http://wiki.list.org/x/QIA9

Reply via email to