This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Some Built-in Functions entries in Library Manual are missing Permalinks
Type: Stage:
Components: Documentation Versions: Python 3.0
process
Status: closed Resolution: wont fix
Dependencies: Superseder:
Assigned To: georg.brandl Nosy List: georg.brandl, rbtyod
Priority: normal Keywords:

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:45adminsetgithub: 49390
2009-02-05 10:39:01georg.brandlsetstatus: open -> closed
resolution: wont fix
messages: + msg81195
2009-02-03 05:48:42rbtyodcreate