[issue13423] Ranges cannot be meaningfully compared for equality or hashed

2011-11-18 Thread Florent Xicluna
Florent Xicluna added the comment: this was implemented with ticket #13201. It will be available in version 3.3. -- nosy: +flox resolution: -> out of date stage: -> committed/rejected status: open -> closed superseder: -> Implement comparison operators for range objects type: behavio

[issue13423] Ranges cannot be meaningfully compared for equality or hashed

2011-11-18 Thread Chase Albert
New submission from Chase Albert : My expectation was that range(2,5) == range(2,5), and that they should hash the same. This is not the case. -- messages: 147838 nosy: rob.anyone priority: normal severity: normal status: open title: Ranges cannot be meaningfully compared for equality o