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 wbooth
Recipients vstinner, wbooth, yselivanov
Date 2015-08-06.17:12:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1438881169.05.0.727058736134.issue24809@psf.upfronthosting.co.za>
In-reply-to
Content
Allow users to translate protocol numbers from IPv4/IPv6 headers to a friendly human readable string.

Just filling a gap in the API. There might be a PyPI package out there similar to socket. However, it's complementary function,'getprotobyname', already exist here. getprotobynumber just flips getprotobyname around.
History
Date User Action Args
2015-08-06 17:12:49wboothsetrecipients: + wbooth, vstinner, yselivanov
2015-08-06 17:12:49wboothsetmessageid: <1438881169.05.0.727058736134.issue24809@psf.upfronthosting.co.za>
2015-08-06 17:12:49wboothlinkissue24809 messages
2015-08-06 17:12:48wboothcreate