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
New submission from Chase Albert:
`defaultdict(list).pop(1)` raises a KeyError, this is not what I expected (I
expected an empty list).
--
components: Library (Lib)
messages: 250080
nosy: rob.anyone
priority: normal
severity: normal
status: open
title: defaultdict's pop gi