Issue 1429063: set documentation deficiencies (original) (raw)

Issue1429063

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:15 admin set github: 42884
2006-02-10 12:26:56 kbriggs create