From: Fred Drake Date: Thu, 17 Jan 2002 06:18:17 +0000 (+0000) Subject: Fix Michael Hudson's email address. X-Git-Tag: v2.1.3~54 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d826b1b9a3bd92fc93e13d638f944e434b5da37;p=thirdparty%2FPython%2Fcpython.git Fix Michael Hudson's email address. --- diff --git a/Doc/ext/ext.tex b/Doc/ext/ext.tex index bbe7efaf9b55..71f2feb02280 100644 --- a/Doc/ext/ext.tex +++ b/Doc/ext/ext.tex @@ -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