Message225296
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? |
|
Date |
User |
Action |
Args |
2014-08-14 12:57:48 | jon.poler | set | recipients:
+ jon.poler, brett.cannon, ncoghlan, pitrou, serhiy.storchaka |
2014-08-14 12:57:48 | jon.poler | set | messageid: <1408021068.58.0.809740167075.issue22191@psf.upfronthosting.co.za> |
2014-08-14 12:57:48 | jon.poler | link | issue22191 messages |
2014-08-14 12:57:48 | jon.poler | create | |
|