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 eli.bendersky
Recipients docs@python, eli.bendersky, ezio.melotti, georg.brandl, giampaolo.rodola, ncoghlan, python-dev, sandro.tosi, terry.reedy
Date 2011-05-23.04:02:41
SpamBayes Score 0.005539551
Marked as misclassified No
Message-id <1306123363.31.0.164688469.issue11015@psf.upfronthosting.co.za>
In-reply-to
Content
Ezio, you're right, there are still a lot of undocumented symbols (functions, classes, globals). I compiled a list of those I could not find in the .rst docs, excluding ones that are only used in regrtest.py itself:

------------------------------------------

get_attribute
record_original_stdout/get_original_stdout
unload
unlink
rmtree
make_legacy_pyc
IPV6_ENABLED
TESTFN_ENCODED
TESTFN_UNENCODABLE
sortdict
check_syntax_error
open_urlresource
CleanImport
DirsOnSysPath
transient_internet
captured_output
captured_stderr
gc_collect
python_is_optimized
set_memlimit
bigmemtest
precisionbigmemtest
bigaddrspacetest
requires_resource
cpython_only
impl_detail
check_impl_detail
no_tracing
refcount_test
modules_setup / modules_cleanup
threading_setup / threading_cleanup
reap_threads
reap_children
swap_attr
swap_item
strip_python_stderr
TestHandler
Matcher
patch

------------------------------------------
History
Date User Action Args
2011-05-23 04:02:43eli.benderskysetrecipients: + eli.bendersky, georg.brandl, terry.reedy, ncoghlan, giampaolo.rodola, ezio.melotti, sandro.tosi, docs@python, python-dev
2011-05-23 04:02:43eli.benderskysetmessageid: <1306123363.31.0.164688469.issue11015@psf.upfronthosting.co.za>
2011-05-23 04:02:42eli.benderskylinkissue11015 messages
2011-05-23 04:02:41eli.benderskycreate