summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2010-08-07 21:32:12 (GMT)
committerBenjamin Peterson <benjamin@python.org>2010-08-07 21:32:12 (GMT)
commitfa45076cbd1581b606ca9d51b735ef6c58f901cf (patch)
tree84ece6a88e88ebf7227611f6ef5f116e9ae81bfe
parent769b6d30091902562ceb09e62f2958bcc441391a (diff)
downloadcpython-fa45076cbd1581b606ca9d51b735ef6c58f901cf.zip
cpython-fa45076cbd1581b606ca9d51b735ef6c58f901cf.tar.gz
cpython-fa45076cbd1581b606ca9d51b735ef6c58f901cf.tar.bz2
kill outdated comment
-rwxr-xr-xLib/smtpd.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/smtpd.py b/Lib/smtpd.py
index ca68790..b408278 100755
--- a/Lib/smtpd.py
+++ b/Lib/smtpd.py
@@ -59,7 +59,6 @@ and if remoteport is not given, then 25 is used.
# gets forwarded to a real backend smtpd, as with PureProxy. Again, errors
# are not handled correctly yet.
#
-# Please note that this script requires Python 2.0
#
# Author: Barry Warsaw <barry@python.org>
#