Windows screenshots for installing-python chapter

This commit is contained in:
Mark Pilgrim
2009-06-29 14:34:33 -04:00
parent 96a3cbc2d5
commit 5b0ccf7016
22 changed files with 61 additions and 3 deletions
+19 -1
View File
@@ -437,12 +437,30 @@ IndexError: pop from empty list</samp></pre>
<li>Any list with at least one item is true.
<li>Any list with at least one item is true. The value of the items is irrelevant.
</ol>
<!--
<p class=a>&#x2042;
<h2 id=sets>Sets</h2>
<p>FIXME
<!--
{values} and set()
add() and +
in
discard() and remove() and pop()
union()
intersection()
difference()
symmetric_difference()
issubset()
issuperset()
isdisjoint()
-->
<p class=a>&#x2042;
<h2 id=dictionaries>Dictionaries</h2>