New submission from Jan <janpaulu...@web.de>:

In chapter 5.7 in the official Python tutorial (see: 
https://docs.python.org/3/tutorial/datastructures.html), there is the following 
paragraph:

"The comparison operators in and not in check whether a value occurs (does not 
occur) in a sequence. The operators is and is not compare whether two objects 
are really the same object. All comparison operators have the same priority, 
which is lower than that of all numerical operators."

I believe that "in" and "not in" are rather membership operators than 
comparison operators. I think a differentiation of operator types in one or two 
sentences would be helpful.

----------
assignee: docs@python
components: Documentation
messages: 409782
nosy: docs@python, realjanpaulus
priority: normal
severity: normal
status: open
title: Comparison operators in Python Tutorial 5.7
type: enhancement
versions: Python 3.10

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue46270>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to