]> granicus.if.org Git - python/commitdiff
Remove misleading comment about type-class unification.
authorGeorg Brandl <georg@python.org>
Wed, 17 May 2006 14:06:07 +0000 (14:06 +0000)
committerGeorg Brandl <georg@python.org>
Wed, 17 May 2006 14:06:07 +0000 (14:06 +0000)
Doc/lib/libstdtypes.tex

index 83a1eedb2d944cbcb4b52d5f41a82b264b13e2a7..ab3a83887c07de70e22879fb3529f57f550bf16c 100644 (file)
@@ -1,12 +1,11 @@
 \section{Built-in Types \label{types}}
 
 The following sections describe the standard types that are built into
-the interpreter.  Historically, Python's built-in types have differed
-from user-defined types because it was not possible to use the built-in
-types as the basis for object-oriented inheritance. With the 2.2
-release this situation has started to change, although the intended
-unification of user-defined and built-in types is as yet far from
-complete.
+the interpreter.
+\note{Historically (until release 2.2), Python's built-in types have
+differed from user-defined types because it was not possible to use
+the built-in types as the basis for object-oriented inheritance.
+This limitation does not exist any longer.}
 
 The principal built-in types are numerics, sequences, mappings, files
 classes, instances and exceptions.