mirror of
https://github.com/python/cpython.git
synced 2025-08-22 17:55:18 +00:00
Rename lzma.check_is_supported() to is_check_supported() to avoid grammatical confusion.
This commit is contained in:
parent
f55b329edc
commit
bc459bb484
4 changed files with 12 additions and 12 deletions
|
@ -18,7 +18,7 @@ __all__ = [
|
|||
"MODE_FAST", "MODE_NORMAL", "PRESET_DEFAULT", "PRESET_EXTREME",
|
||||
|
||||
"LZMACompressor", "LZMADecompressor", "LZMAFile", "LZMAError",
|
||||
"compress", "decompress", "check_is_supported",
|
||||
"compress", "decompress", "is_check_supported",
|
||||
"encode_filter_properties", "decode_filter_properties",
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue