[issue16436] Link directly to set and frozenset in built-in function docs

2012-11-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset 16fa6462dfe1 by Chris Jerdonek in branch '3.2': Link set and frozenset function docs to their class definitions (issue #16436). http://hg.python.org/cpython/rev/16fa6462dfe1 New changeset d534da27ca8b by Chris Jerdonek in branch '3.3': Merge from

[issue16436] Link directly to set and frozenset in built-in function docs

2012-11-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset 24db5292c2c9 by Chris Jerdonek in branch '2.7': Backport from 3.2: adjust set and frozenset function docs (issue #16436). http://hg.python.org/cpython/rev/24db5292c2c9 -- ___ Python tracker

[issue16436] Link directly to set and frozenset in built-in function docs

2012-11-09 Thread Chris Jerdonek
Chris Jerdonek added the comment: Fixed. Thanks a lot for the report, Yongzhi. -- resolution: - fixed stage: - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue16436

[issue16436] Link directly to set and frozenset in built-in function docs

2012-11-08 Thread Chris Jerdonek
Changes by Chris Jerdonek chris.jerdo...@gmail.com: -- title: Missing anchor in doc - Link directly to set and frozenset in built-in function docs type: - enhancement versions: +Python 2.7, Python 3.2 ___ Python tracker rep...@bugs.python.org

[issue16436] Link directly to set and frozenset in built-in function docs

2012-11-08 Thread Chris Jerdonek
Chris Jerdonek added the comment: I recommend copying for set and frozenset the documentation pattern for dict (and in particular by stating explicitly in its own sentence that the object is a class): http://docs.python.org/3/library/functions.html#func-dict --