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: section 5.10: 'not' returns boolean, not int
Type: Stage:
Components: Documentation Versions: Python 2.3
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: ash101, rhettinger, tim.peters
Priority: normal Keywords:

Created on 2004-04-23 09:10 by ash101, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (3)
msg20581 - (view) Author: Jon Ashley (ash101) Date: 2004-04-23 09:10
'not' operator is described in section 5.10 of
Reference Manual as returning 0 or 1, but since version
2.3 it returns True or False.
msg20582 - (view) Author: Tim Peters (tim.peters) * (Python committer) Date: 2004-04-23 15:18
Logged In: YES 
user_id=31435

Restored to normal priority.
msg20583 - (view) Author: Raymond Hettinger (rhettinger) * (Python committer) Date: 2004-04-23 17:15
Logged In: YES 
user_id=80475

Fixed.
Thanks for the report.
History
Date User Action Args
2022-04-11 14:56:03adminsetgithub: 40182
2004-04-23 09:10:10ash101create