Mailing List Archive

[issue5140] Some Built-in Functions entries in Library Manual are missing Permalinks
New submission from Robert Yodlowski <rbtyod@gmail.com>:

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

----------
assignee: georg.brandl
components: Documentation
messages: 81027
nosy: georg.brandl, rbtyod
severity: normal
status: open
title: Some Built-in Functions entries in Library Manual are missing Permalinks
versions: Python 3.0

_______________________________________
Python tracker <report@bugs.python.org>
<http://bugs.python.org/issue5140>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
[issue5140] Some Built-in Functions entries in Library Manual are missing Permalinks [ In reply to ]
Georg Brandl <georg@python.org> added the comment:

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.)

----------
resolution: -> wont fix
status: open -> closed

_______________________________________
Python tracker <report@bugs.python.org>
<http://bugs.python.org/issue5140>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com