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 terry.reedy
Recipients daniel.urban, docs@python, terry.reedy
Date 2013-02-24.02:25:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1361672707.34.0.135579138027.issue17279@psf.upfronthosting.co.za>
In-reply-to
Content
The list given is for 3.3. 3.2 and 2.7 do not have SimpleNamespace. I do not have and currently cannot build 3.4 to test, but as of this moment, I expect it to be the same. In 2.7, range is xrange. Its types module includes aliases for builtins, such as IntType, so "Among classes that do not have built-in names" would need to be prefixed.

I simple sentence for types should be easy to place. I am not sure about the built-ins list. The bool entry already has "Class bool cannot be subclassed further. Its only instances are False and True (see Boolean Values).", so a general list would be repeating that part. I am thinking of a minimal sentence for the other three entries. "This class cannot be subclassed."
History
Date User Action Args
2013-02-24 02:25:07terry.reedysetrecipients: + terry.reedy, daniel.urban, docs@python
2013-02-24 02:25:07terry.reedysetmessageid: <1361672707.34.0.135579138027.issue17279@psf.upfronthosting.co.za>
2013-02-24 02:25:07terry.reedylinkissue17279 messages
2013-02-24 02:25:07terry.reedycreate