Message136588
| 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
------------------------------------------ |
|