diff options
author | Barry Warsaw <barry@python.org> | 2004-07-12 23:10:08 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2004-07-12 23:10:08 (GMT) |
commit | b1027643d57d4d861cb624ab45da21246eda1759 (patch) | |
tree | 60d39ae2fc3eb45af33f3682db9d215f830d9f4c /Lib | |
parent | fdf7449ad232bcb5dc1413a52603ad6e904d9246 (diff) | |
download | cpython-b1027643d57d4d861cb624ab45da21246eda1759.zip cpython-b1027643d57d4d861cb624ab45da21246eda1759.tar.gz cpython-b1027643d57d4d861cb624ab45da21246eda1759.tar.bz2 |
Updated my email address to something that works <wink>.
Diffstat (limited to 'Lib')
-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 ef38cc2..9c47a5b 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: # |