mirror of
https://github.com/python/cpython.git
synced 2026-01-07 07:52:29 +00:00
Make the the following imports lazy in test.support: * bz2 * gzip * lzma * resource * zlib The following test.support decorators now need to be called with parenthesis: * @support.requires_bz2 * @support.requires_gzip * @support.requires_lzma * @support.requires_zlib For example, "@requires_zlib" becomes "@requires_zlib()". |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| bytecode_helper.py | ||
| hashlib_helper.py | ||
| logging_helper.py | ||
| script_helper.py | ||
| socket_helper.py | ||
| testresult.py | ||