[Patches] [ python-Patches-1397711 ] Fix dict and set docs, re: immutability

SourceForge.net noreply at sourceforge.net
Thu Jan 5 13:28:06 CET 2006


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


More information about the Patches mailing list