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.

Author chris.jerdonek
Recipients chris.jerdonek, docs@python, ezio.melotti
Date 2012-10-12.09:12:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1350033139.53.0.10696980819.issue16210@psf.upfronthosting.co.za>
In-reply-to
Content
[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.
History
Date User Action Args
2012-10-12 09:12:19chris.jerdoneksetrecipients: + chris.jerdonek, ezio.melotti, docs@python
2012-10-12 09:12:19chris.jerdoneksetmessageid: <1350033139.53.0.10696980819.issue16210@psf.upfronthosting.co.za>
2012-10-12 09:12:19chris.jerdoneklinkissue16210 messages
2012-10-12 09:12:19chris.jerdonekcreate