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.
Created on 2012年11月01日 13:02 by abcdef, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Messages (3) | |||
|---|---|---|---|
| msg174410 - (view) | Author: (abcdef) | Date: 2012年11月01日 13:02 | |
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. |
|||
| msg174411 - (view) | Author: Mark Dickinson (mark.dickinson) * (Python committer) | Date: 2012年11月01日 13:12 | |
+1 |
|||
| msg174458 - (view) | Author: Andrew Svetlov (asvetlov) * (Python committer) | Date: 2012年11月01日 19:50 | |
Fixed in 56c3ab6f7f07, 56c3ab6f7f07, fa7311caa203, 7dda9dc5e830 Thanks. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:37 | admin | set | github: 60584 |
| 2012年11月01日 19:50:16 | asvetlov | set | status: open -> closed versions: + Python 3.2, Python 3.4 nosy: + asvetlov messages: + msg174458 resolution: fixed stage: resolved |
| 2012年11月01日 13:12:49 | mark.dickinson | set | nosy:
+ mark.dickinson messages: + msg174411 |
| 2012年11月01日 13:02:34 | abcdef | create | |