[New-bugs-announce] [issue16210] combine the two type() definitions in built-in function docs

Chris Jerdonek report at bugs.python.org
Fri Oct 12 11:12:19 CEST 2012


New submission from Chris Jerdonek:

[Found by Ezio]

The built-in function documentation has what looks like two separate definitions of the built-in function type():

http://docs.python.org/dev/library/functions.html#type

These two definitions should be combined into one with a multi-line signature like we're doing for the other built-in functions.

----------
assignee: docs at python
components: Documentation
messages: 172734
nosy: chris.jerdonek, docs at python, ezio.melotti
priority: normal
severity: normal
status: open
title: combine the two type() definitions in built-in function docs
versions: Python 2.7, Python 3.2, Python 3.3, Python 3.4

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue16210>
_______________________________________


More information about the New-bugs-announce mailing list