diff options
author | Barry Warsaw <barry@python.org> | 2004-07-12 23:10:42 +0000 |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2004-07-12 23:10:42 +0000 |
commit | 3b32dec7bf9b9403ec210c3b680d1802da1b1ed2 (patch) | |
tree | d2097248757dc0ce035e1acc13375199800276b9 /Lib/smtpd.py | |
parent | e03d9af2a21e8ae5b96ce74c94cd09676ee2a425 (diff) | |
download | cpython-git-3b32dec7bf9b9403ec210c3b680d1802da1b1ed2.tar.gz |
Updated my email address to something that works <wink>.
Diffstat (limited to 'Lib/smtpd.py')
-rwxr-xr-x | Lib/smtpd.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/smtpd.py b/Lib/smtpd.py index 2d52f0fd84..ec1f7e76ef 100755 --- a/Lib/smtpd.py +++ b/Lib/smtpd.py @@ -61,7 +61,7 @@ and if remoteport is not given, then 25 is used. # # Please note that this script requires Python 2.0 # -# Author: Barry Warsaw <barry@digicool.com> +# Author: Barry Warsaw <barry@python.org> # # TODO: # |