[Python-checkins] python/dist/src/Lib smtpd.py,1.15,1.16
bwarsaw at users.sourceforge.net
bwarsaw at users.sourceforge.net
Tue Jul 13 01:10:15 CEST 2004
Update of /cvsroot/python/python/dist/src/Lib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7918
Modified Files:
smtpd.py
Log Message:
Updated my email address to something that works <wink>.
Index: smtpd.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/smtpd.py,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** smtpd.py 26 Jun 2004 19:42:10 -0000 1.15
--- smtpd.py 12 Jul 2004 23:10:08 -0000 1.16
***************
*** 62,66 ****
# Please note that this script requires Python 2.0
#
! # Author: Barry Warsaw <barry at digicool.com>
#
# TODO:
--- 62,66 ----
# Please note that this script requires Python 2.0
#
! # Author: Barry Warsaw <barry at python.org>
#
# TODO:
More information about the Python-checkins
mailing list