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 martin.panter
Recipients martin.panter
Date 2015-01-31.11:42:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1422704522.18.0.713790375362.issue23358@psf.upfronthosting.co.za>
In-reply-to
Content
This patch adds BaseServer to __all__. It also adds a test case that should automatically fail if someone defines a new function or class in the “socketserver” module and does not update __all__.
History
Date User Action Args
2015-01-31 11:42:02martin.pantersetrecipients: + martin.panter
2015-01-31 11:42:02martin.pantersetmessageid: <1422704522.18.0.713790375362.issue23358@psf.upfronthosting.co.za>
2015-01-31 11:42:02martin.panterlinkissue23358 messages
2015-01-31 11:42:02martin.pantercreate