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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, neale
Date 2015-04-01.15:14:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1427901259.87.0.485174766878.issue23830@psf.upfronthosting.co.za>
In-reply-to
Content
Hi,
First, please fill and submit a Contribution Agreement: https://www.python.org/psf/contrib/

Then about the patch:
- This is a patch against Python2.7, which is frozen for new developments. This change will only be applied to python 3.5 or later.
- There are some tab characters in the diff
- Names are limited to 8 characters, but there is no check.
- Names must be padded with spaces. This is done automatically in connect(), but these extra spaces should be removed in makesockaddr() so that the same names are returned.
History
Date User Action Args
2015-04-01 15:14:19amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, neale
2015-04-01 15:14:19amaury.forgeotdarcsetmessageid: <1427901259.87.0.485174766878.issue23830@psf.upfronthosting.co.za>
2015-04-01 15:14:19amaury.forgeotdarclinkissue23830 messages
2015-04-01 15:14:19amaury.forgeotdarccreate