Terry J. Reedy added the comment:

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."

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue17279>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to