Bugs item #1119282, was opened at 2005-02-09 13:27 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1119282&group_id=5470
Category: Documentation Group: Python 2.4 Status: Open Resolution: None Priority: 5 Submitted By: Kent Johnson (kjohnson) Assigned to: Nobody/Anonymous (nobody) Summary: Docs for set() omit constructor Initial Comment: The documentation for set() and frozenset() in the library reference section 2.3.7 has no explicit description of how to create a set or frozenset. IOW, nowhere does it say what the argument(s) to set() and frozenset() are. The text from section 5.15 (the sets module) should be usable here. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1119282&group_id=5470 _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com