]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix Michael Hudson's email address.
authorFred Drake <fdrake@acm.org>
Thu, 17 Jan 2002 06:18:17 +0000 (06:18 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 17 Jan 2002 06:18:17 +0000 (06:18 +0000)
Doc/ext/ext.tex

index bbe7efaf9b55211eafafd985078b26dfd88f5abd..71f2feb022802759c3c127dbc9103e0cec65e901 100644 (file)
@@ -1734,7 +1734,7 @@ implementation of CObjects (files \file{Include/cobject.h} and
 
 \chapter{Defining New Types
         \label{defining-new-types}}
-\sectionauthor{Michael Hudson}{mwh21@cam.ac.uk}
+\sectionauthor{Michael Hudson}{mwh@python.net}
 
 As mentioned in the last chapter, Python allows the writer of an
 extension module to define new types that can be manipulated from