Add note about int as abstract base class.

This commit is contained in:
Guido van Rossum 2006-03-15 04:41:44 +00:00
parent 4cf495d95c
commit 2aa17aeefd
1 changed files with 1 additions and 0 deletions

View File

@ -109,6 +109,7 @@ Atomic Types
============
* Remove distinction between int and long types [1]_
(int may become an abstract base type, with short and long subtypes.)
* Make all strings be Unicode, and have a separate bytes() type [1]_
* Return iterators instead of lists where appropriate for atomic type methods
(e.g. ``dict.keys()``, ``dict.values()``, ``dict.items()``, etc.); iter*