[Python-Dev] == on object tests identity in 3.x
[Python-Dev] == on object tests identity in 3.x - uploaded patch v9
Andreas Maier andreas.r.maier at gmx.deWed Jul 16 17:24:16 CEST 2014
- Previous message: [Python-Dev] == on object tests identity in 3.x - list delegation to members?
- Next message: [Python-Dev] == on object tests identity in 3.x - list delegation to members?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Am 16.07.2014 13:40, schrieb Andreas Maier: > Am 13.07.2014 22:05, schrieb Akira Li: >> Nick Coghlan <ncoghlan at gmail.com> writes: >> ... >> >> There was related issue "Tuple comparisons with NaNs are broken" >> http://bugs.python.org/issue21873 >> but it was closed as "not a bug" despite the corresponding behavior is >> *not documented* anywhere. > > I currently know about these two issues related to fixing the docs: > > http://bugs.python.org/11945 - about NaN values in containers > http://bugs.python.org/12067 - comparisons > > I am working on the latter, currently. The patch only targets the > comparisons chapter in the Language Reference, there is another > comparisons chapter in the Library Reference, and one in the Tutorial. > > I will need to update the patch to issue 12067 as a result of this > discussion. I have uploaded v9 of the patch to issue 12067; it should address the recent discussion (plus Mark's review comment on the issue itself). Please review. Andy
- Previous message: [Python-Dev] == on object tests identity in 3.x - list delegation to members?
- Next message: [Python-Dev] == on object tests identity in 3.x - list delegation to members?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list