This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author abcdef
Recipients abcdef, docs@python
Date 2012-11-01.13:02:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1351774954.98.0.350778906182.issue16380@psf.upfronthosting.co.za>
In-reply-to
Content
The documentation

http://docs.python.org/2.7/library/stdtypes.html#set-types-set-frozenset

http://docs.python.org/3/library/stdtypes.html#set-types-set-frozenset

of "<" for sets uses "true subset" and "true superset". The correct termininology is "proper subset" and "proper superset", as evidenced by Google searches

http://google.com/search?q="true subset"

http://google.com/search?q="proper subset"

and most set theory books.
History
Date User Action Args
2012-11-01 13:02:35abcdefsetrecipients: + abcdef, docs@python
2012-11-01 13:02:34abcdefsetmessageid: <1351774954.98.0.350778906182.issue16380@psf.upfronthosting.co.za>
2012-11-01 13:02:34abcdeflinkissue16380 messages
2012-11-01 13:02:34abcdefcreate