[docs] [issue16036] simplify int() signature docs

Chris Jerdonek report at bugs.python.org
Tue Sep 25 12:18:30 CEST 2012


New submission from Chris Jerdonek:

This issue is to simplify the documentation of the built-in function int()'s signature:

int([number | string[, base]])

and to make any needed changes to the text of the docs as a consequence.  Discussion around this issue began in the comments to issue 14783 about int() and str()'s docstrings.

[I copied the nosy list from that issue.]

----------
assignee: docs at python
components: Documentation
keywords: easy
messages: 171238
nosy: chris.jerdonek, cvrebert, docs at python, eric.araujo, ezio.melotti, georg.brandl, rhettinger, storchaka, terry.reedy, tshepang
priority: normal
severity: normal
status: open
title: simplify int() signature docs
type: enhancement
versions: Python 3.2, Python 3.3

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


More information about the docs mailing list