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 jon.poler
Recipients brett.cannon, jon.poler, ncoghlan, pitrou, serhiy.storchaka
Date 2014-08-14.12:57:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1408021068.58.0.809740167075.issue22191@psf.upfronthosting.co.za>
In-reply-to
Content
Serhiy, should I submit these fixes as separate patches? E.g. one patch for the warnings module, and another for the socket module?

More generally, should the items included in __all__ be derived from the items described in the documentation? For instance, only the functions listed in 18.1.2 https://docs.python.org/dev/library/socket.html#module-contents ?

And finally, should a unittest be added for both of these modules to ensure that __all__ includes all of the desired publicly exposed elements?
History
Date User Action Args
2014-08-14 12:57:48jon.polersetrecipients: + jon.poler, brett.cannon, ncoghlan, pitrou, serhiy.storchaka
2014-08-14 12:57:48jon.polersetmessageid: <1408021068.58.0.809740167075.issue22191@psf.upfronthosting.co.za>
2014-08-14 12:57:48jon.polerlinkissue22191 messages
2014-08-14 12:57:48jon.polercreate