[Python-checkins] r43034 - peps/trunk/pep-3000.txt

guido.van.rossum python-checkins at python.org
Wed Mar 15 05:41:44 CET 2006


Author: guido.van.rossum
Date: Wed Mar 15 05:41:44 2006
New Revision: 43034

Modified:
   peps/trunk/pep-3000.txt
Log:
Add note about int as abstract base class.


Modified: peps/trunk/pep-3000.txt
==============================================================================
--- peps/trunk/pep-3000.txt	(original)
+++ peps/trunk/pep-3000.txt	Wed Mar 15 05:41:44 2006
@@ -109,6 +109,7 @@
 ============
 
 * 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*


More information about the Python-checkins mailing list