[Python-checkins] python/dist/src/Doc/tut tut.tex,1.208,1.209

nnorwitz at users.sourceforge.net nnorwitz at users.sourceforge.net
Sat Oct 25 10:15:56 EDT 2003


Update of /cvsroot/python/python/dist/src/Doc/tut
In directory sc8-pr-cvs1:/tmp/cvs-serv18225/Doc/tut

Modified Files:
	tut.tex 
Log Message:
SF #829941, update tutorial, built-in types can be base classes since 2.2


Index: tut.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/tut/tut.tex,v
retrieving revision 1.208
retrieving revision 1.209
diff -C2 -d -r1.208 -r1.209
*** tut.tex	21 Oct 2003 18:42:21 -0000	1.208
--- tut.tex	25 Oct 2003 14:15:54 -0000	1.209
***************
*** 3551,3556 ****
  in Smalltalk, classes themselves are objects, albeit in the wider
  sense of the word: in Python, all data types are objects.  This
! provides semantics for importing and renaming.  But, just like in
! \Cpp{} or Modula-3, built-in types cannot be used as base classes for
  extension by the user.  Also, like in \Cpp{} but unlike in Modula-3, most
  built-in operators with special syntax (arithmetic operators,
--- 3551,3556 ----
  in Smalltalk, classes themselves are objects, albeit in the wider
  sense of the word: in Python, all data types are objects.  This
! provides semantics for importing and renaming.  Unlike 
! \Cpp{} and Modula-3, built-in types can be used as base classes for
  extension by the user.  Also, like in \Cpp{} but unlike in Modula-3, most
  built-in operators with special syntax (arithmetic operators,





More information about the Python-checkins mailing list