]> granicus.if.org Git - python/commit
Add a note reminding the reader that sets are not sequences. I
authorGuido van Rossum <guido@python.org>
Tue, 20 Aug 2002 20:05:23 +0000 (20:05 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 20 Aug 2002 20:05:23 +0000 (20:05 +0000)
commit290f1870f121a60d267f52fa420d10a1187b8a4d
treea66ce269d424539bad4fea34a65346863660b632
parent0bd783228538b761e9b75cea3f42931c2d4ba6c6
Add a note reminding the reader that sets are not sequences.  I
received feedback that was based in the misunderstanding that sets
were sequences.
Lib/sets.py