gh-91217: deprecate uu (GH-92009)

Automerge-Triggered-By: GH:brettcannon
This commit is contained in:
Brett Cannon 2022-04-27 20:26:33 -07:00 committed by GitHub
parent f348154c8f
commit 407c3afe19
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 44 additions and 11 deletions

View file

@ -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"]