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.

classification
Title: =, not ==
Type: Stage:
Components: Documentation Versions: Python 2.4
process
Status: closed Resolution: works for me
Dependencies: Superseder:
Assigned To: Nosy List: davideandrea, georg.brandl
Priority: normal Keywords:

Created on 2005-09-28 18:08 by davideandrea, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg26432 - (view) Author: Davide Andrea (davideandrea) Date: 2005-09-28 18:08
In:http://python.org/doc/2.4.2/lib/node597.html

Each time you say:
# me == the sender's email address
and each time you say:
# you == the recipient's email address

you mean '=', not '=='

D'de
msg26433 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2005-09-28 19:16
Logged In: YES 
user_id=1188172

It's okay as it is, it is short for "me should be equal
to..." or "you is equal to...".
History
Date User Action Args
2022-04-11 14:56:13adminsetgithub: 42426
2005-09-28 18:08:38davideandreacreate