PEP 3131: Supporting Non-ASCII Identifiers

Paul Rubin http
Sun May 13 23:12:23 EDT 2007


Steven D'Aprano <steven at REMOVE.THIS.cybersource.com.au> writes:
> If I'm mistaken, please explain why I'm mistaken, not just repeat your 
> claim in different words.

    if user_entered_password != stored_password_from_database:
      password_is_correct = False
    ...
    if password_is_correct:
      log_user_in()

Does "password_is_correct" refer to the same variable in both places?



More information about the Python-list mailing list