Patches item #1397711, was opened at 2006-01-05 07:28 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1397711&group_id=5470
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Documentation Group: None Status: Open Resolution: None Priority: 5 Submitted By: Collin Winter (collinwinter) Assigned to: Nobody/Anonymous (nobody) Summary: Fix dict and set docs, re: immutability Initial Comment: This patch resolves bug #1368768. As mentioned in the bug description, the documentation for sets and dicts incorrectly reports that set members and dict keys must be immutable. This patch corrects this, changing references to immutability to hashability and inserting footnotes describing what is meant by "hashable". The patch is a diff against Doc/lib/libstdtypes.tex from SVN revision 41926. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1397711&group_id=5470 _______________________________________________ Patches mailing list [email protected] http://mail.python.org/mailman/listinfo/patches
