Georg Brandl
|
7c3e79f67f
|
Make "hashable" a glossary entry and clarify docs on __cmp__, __eq__ and __hash__.
I hope the concept of hashability is better understandable now.
Thanks to Tim Hatch for pointing out the flaws here.
|
2007-11-02 20:06:17 +00:00 |
Mark Summerfield
|
d92e871ad8
|
Added note in footnote about string comparisons about
unicodedata.normalize().
|
2007-10-03 08:53:21 +00:00 |
Georg Brandl
|
32008321f5
|
Bug #1777168: replace operator names "opa"... with "op1"... and mark everything up as literal,
to enhance readability.
|
2007-08-21 06:12:19 +00:00 |
Georg Brandl
|
ff457b1d05
|
Bug #1777160: mention explicitly that e.g. -1**2 is -1.
|
2007-08-21 06:07:08 +00:00 |
Mark Summerfield
|
216ad337bd
|
Added a note in each regarding the fact that unicode strings that look the same
may not compare equal (due to the possibility of multiple representations).
|
2007-08-16 10:09:22 +00:00 |
Georg Brandl
|
8ec7f65613
|
Move the 2.6 reST doc tree in place.
|
2007-08-15 14:28:01 +00:00 |