From: Fred Drake Date: Thu, 17 Jan 2002 06:18:17 +0000 (+0000) Subject: Fix Michael Hudson's email address. X-Git-Tag: v2.2.1c1~240 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=04531f7defc0dd9d62761e97e3472475aaf37157;p=thirdparty%2FPython%2Fcpython.git Fix Michael Hudson's email address. --- diff --git a/Doc/ext/newtypes.tex b/Doc/ext/newtypes.tex index 6ae9f09f41f3..d377866e43af 100644 --- a/Doc/ext/newtypes.tex +++ b/Doc/ext/newtypes.tex @@ -1,6 +1,6 @@ \chapter{Defining New Types \label{defining-new-types}} -\sectionauthor{Michael Hudson}{mwh21@cam.ac.uk} +\sectionauthor{Michael Hudson}{mwh@python.net} \sectionauthor{Dave Kuhlman}{dkuhlman@rexx.com} As mentioned in the last chapter, Python allows the writer of an