diff options
author | Benjamin Peterson <benjamin@python.org> | 2010-08-07 21:32:12 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2010-08-07 21:32:12 (GMT) |
commit | fa45076cbd1581b606ca9d51b735ef6c58f901cf (patch) | |
tree | 84ece6a88e88ebf7227611f6ef5f116e9ae81bfe /Lib | |
parent | 769b6d30091902562ceb09e62f2958bcc441391a (diff) | |
download | cpython-fa45076cbd1581b606ca9d51b735ef6c58f901cf.zip cpython-fa45076cbd1581b606ca9d51b735ef6c58f901cf.tar.gz cpython-fa45076cbd1581b606ca9d51b735ef6c58f901cf.tar.bz2 |
kill outdated comment
Diffstat (limited to 'Lib')
-rwxr-xr-x | Lib/smtpd.py | 1 |
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> # |