This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author petri.lehtinen
Recipients alfmel, barry, giampaolo.rodola, petri.lehtinen
Date 2011-10-20.08:59:54
SpamBayes Score 1.8708004e-08
Marked as misclassified No
Message-id <[email protected]>
In-reply-to
Content
The patch looks good to me and fixes the problem. To reproduce, try this:

    sudo python -m smtpd 127.0.0.1:25

It raises a "socket.error: [Errno 13] Permission denied" when trying to bind to the privileged port.

Attached a refreshed the patch that applies cleanly on top of current 2.7 branch.
History
Date User Action Args
2011-10-20 08:59:56petri.lehtinensetrecipients: + petri.lehtinen, barry, giampaolo.rodola, alfmel
2011-10-20 08:59:56petri.lehtinensetmessageid: <[email protected]>
2011-10-20 08:59:55petri.lehtinenlinkissue9168 messages
2011-10-20 08:59:55petri.lehtinencreate