[issue42490] Business Logical Error

2020-11-28 Thread Steven D'Aprano
Steven D'Aprano added the comment: Nishant Gautam does not understand not condition. This is your sixth incorrect bug report in a row. Please stop. This is not a help desk to correct your mistakes. a == 10 and (b != (not(11))) and b == a --> True and (b != False) and True --> True and True

[issue42490] Business Logical Error

2020-11-28 Thread Nishant Gautam
Change by Nishant Gautam : -- type: -> security ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail

[issue42490] Business Logical Error

2020-11-28 Thread Nishant Gautam
New submission from Nishant Gautam : Python does not understand not condition -- files: main.py messages: 381987 nosy: Kshitish priority: normal severity: normal status: open title: Business Logical Error versions: Python 3.8 Added file: https://bugs.python.org/file49630/main.py __