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 Unit03
Recipients Unit03, berker.peksag, martin.panter, maurosr, milap.py, python-dev, r.david.murray, serhiy.storchaka, taddeimania
Date 2015-06-19.01:06:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1434675995.33.0.261155553015.issue23883@psf.upfronthosting.co.za>
In-reply-to
Content
Thank you for feedback, Martin. I've amended the the patch.

Next, I've prepared some initial test.support.check__all__ helper, based on generalization of all previous patches. Its name/params' descriptions may be a bit rough - amendments/suggestions for such will be strongly appreciated: Issue23883_support_check__all__.patch

I've added missing test.test_gettext.MiscTestCase, based on aforementioned check__all__ helper: Issue23883_test_gettext.patch 

I've also took the liberty of working on some more modules. These are: csv (using new helper), enum, ftplib, logging, optparse, pickletools, threading and wave: Issue23883_all.patch

ftplib and threading have more functions (missing in their __all__ variables) that appear to be documented than mentioned in msg240217 - namely:
* ftplib.error_temp https://docs.python.org/3/library/ftplib.html#ftplib.error_temp
* ftplib.error_proto https://docs.python.org/3/library/ftplib.html#ftplib.error_proto
* threading.main_thread https://docs.python.org/3/library/threading.html#threading.main_thread

so I've added them as well.
History
Date User Action Args
2015-06-19 01:06:36Unit03setrecipients: + Unit03, r.david.murray, python-dev, berker.peksag, martin.panter, serhiy.storchaka, milap.py, maurosr, taddeimania
2015-06-19 01:06:35Unit03setmessageid: <1434675995.33.0.261155553015.issue23883@psf.upfronthosting.co.za>
2015-06-19 01:06:35Unit03linkissue23883 messages
2015-06-19 01:06:34Unit03create