mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
gh-91217: deprecate uu (GH-92009)
Automerge-Triggered-By: GH:brettcannon
This commit is contained in:
parent
f348154c8f
commit
407c3afe19
5 changed files with 44 additions and 11 deletions
|
@ -33,6 +33,9 @@ decode(in_file [, out_file, mode, quiet])
|
|||
import binascii
|
||||
import os
|
||||
import sys
|
||||
import warnings
|
||||
|
||||
warnings._deprecated(__name__, remove=(3, 13))
|
||||
|
||||
__all__ = ["Error", "encode", "decode"]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue