➜

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.

作者 ezio.melotti
收信人 dcbbcd, docs@python, eric.araujo, ezio.melotti, georg.brandl, terry.reedy
日期 2011-03-10.23:19:47
SpamBayes Score 1.0429009e-06
Marked as misclassified 否
Message-id <1299799190.17.0.823970062968.issue4966@psf.upfronthosting.co.za>
In-reply-to
内容
This is maybe out of the scope of this issue, but I would like to see all the basic data types on single page on their own.  The current page[0] has some section about data types mixed with sections about operations, comparisons, and other things, followed by less-"used" types.  The page also contains lot of informations and it's not easy to browse (42 screens on a 24" monitor).

Ideally the structure should be something like:

1. True, False, None
2. int, float(, long, complex)
3. str, unicode, list, tuple(, bytearray, buffer, xrange)
4. dict
5. set(, frozenset)

(where the types in () are considered less important -- so maybe described in detail later or in another page).  The page can list common operations for each group and their methods, but leaving things like the string formatting operations to another page/section.


[0]: http://docs.python.org/library/stdtypes.html
历史
日期 用户 动作 参数
2011-03-10 23:19:50ezio.melotti修改recipients: + ezio.melotti, georg.brandl, terry.reedy, dcbbcd, eric.araujo, docs@python
2011-03-10 23:19:50ezio.melotti修改messageid: <1299799190.17.0.823970062968.issue4966@psf.upfronthosting.co.za>
2011-03-10 23:19:48ezio.melotti链接issue4966 messages
2011-03-10 23:19:48ezio.melotti创建