[issue29321] Wrong documentation (Language Ref) for unicode and str comparison

2017-05-23 Thread Martin Panter

Martin Panter added the comment:

I backported Issue 12067 documentation, so hopefully this is fixed.

--
resolution:  -> out of date
stage:  -> resolved
status: open -> closed
superseder:  -> Doc: remove errors about mixed-type comparisons.

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue29321] Wrong documentation (Language Ref) for unicode and str comparison

2017-01-19 Thread Martin Panter

Martin Panter added the comment:

The Python 3 version of this was rewritten in Issue 12067. It would be good to 
port the new text to the Python 2 version, although that is not straightforward 
because of various differences between Python 2 and 3.

That doesn’t rule out making smaller more specific edits in the mean time. 
However your proposal still seems misleading to only mention str and unicode as 
special cases. It does not allow for str vs bytearray, set vs frozenset, or 
custom classes/types implementing their own __eq__() etc methods.

--
nosy: +martin.panter

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue29321] Wrong documentation (Language Ref) for unicode and str comparison

2017-01-19 Thread RK-5wWm9h

Changes by RK-5wWm9h :


--
title: Wrong documentation for unicode and str comparison -> Wrong 
documentation (Language Ref) for unicode and str comparison

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com