summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2010-08-07 21:32:12 +0000
committerBenjamin Peterson <benjamin@python.org>2010-08-07 21:32:12 +0000
commitfa45076cbd1581b606ca9d51b735ef6c58f901cf (patch)
tree84ece6a88e88ebf7227611f6ef5f116e9ae81bfe
parent769b6d30091902562ceb09e62f2958bcc441391a (diff)
downloadcpython-git-fa45076cbd1581b606ca9d51b735ef6c58f901cf.tar.gz
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 ca68790be0..b4082786fa 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>
#