Issue 5140: Some Built-in Functions entries in Library Manual are missing Permalinks (original) (raw)

Issue5140

Created on 2009-02-03 05:48 by rbtyod, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg81027 - (view) Author: Robert Yodlowski (rbtyod) Date: 2009-02-03 05:48
In http://docs.python.org/3.0/library/functions.html these function entries seem to be missing Permalinks. dict() frozenset() memoryview() set() Hope this helps. The Permalinks are a great idea. I hope you add lots more. ...Bob
msg81195 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2009-02-05 10:39
This is because these types are fully documented in the "standard types" section, and the entry in "functions" just serves a pointer. (And yes, this will happen to the remaining types too, at some point.)
History
Date User Action Args
2022-04-11 14:56:45 admin set github: 49390
2009-02-05 10:39:01 georg.brandl set status: open -> closedresolution: wont fixmessages: +
2009-02-03 05:48:42 rbtyod create