Issue 940579: section 5.10: 'not' returns boolean, not int (original) (raw)

Issue940579

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:03 admin set github: 40182
2004-04-23 09:10:10 ash101 create