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.

classification
Title: set documentation deficiencies
Type: Stage:
Components: Documentation Versions: Python 2.4
process
Status: closed Resolution: duplicate
Dependencies: Superseder:
Assigned To: Nosy List: georg.brandl, kbriggs
Priority: normal Keywords:

Created on 2006-02-10 12:26 by kbriggs, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg27480 - (view) Author: Keith Briggs (kbriggs) Date: 2006-02-10 12:26
http://www.python.org/doc/current/lib/types-set.html
has a dead link: "Module sets".

Also, there does not seem to be any documentation on
how to construct a set.   Does set()==set([])?   What
is allowed  as an argument to set()?  Any iterable?
msg27481 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2006-02-10 16:20
Logged In: YES 
user_id=1188172

Duplicate of #1429053.
History
Date User Action Args
2022-04-11 14:56:15adminsetgithub: 42884
2006-02-10 12:26:56kbriggscreate