commit | 7ceb29e4a51b12b08884bd2b43c6255228bdd5e5 | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Sat Aug 16 00:56:40 2003 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Sat Aug 16 00:56:40 2003 +0000 |
tree | 0d52a4ea03d0590f3547ee8d4eaa6034c655fd2a | |
parent | ee562fc0846f40aa72c2cbb13983ac2882c0b6ee [diff] |
Incorporate documentation suggestions from feedback on comp.lang.python. * Positive wording for the description of why < and > and = can all be False. * Move to a three column table format that puts long method names side-by-side with their operator equivalents * Mention that KeyError can be raised by Set.pop() and Set.remove(). * Minor tweaks to the examples. Will backport as soon as Fred rebuilds the docs so I can confirm the tables formatted properly