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 vstinner
Recipients Michael.Felt, vstinner
Date 2017-11-20.16:15:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1511194516.35.0.213398074469.issue28009@psf.upfronthosting.co.za>
In-reply-to
Content
+531      elif sys.platform.startswith("aix"):
  +532          getters = [_netstat_getnode]

LGTM. Do you want to write this a pull request?
History
Date User Action Args
2017-11-20 16:15:16vstinnersetrecipients: + vstinner, Michael.Felt
2017-11-20 16:15:16vstinnersetmessageid: <1511194516.35.0.213398074469.issue28009@psf.upfronthosting.co.za>
2017-11-20 16:15:16vstinnerlinkissue28009 messages
2017-11-20 16:15:16vstinnercreate