uu --- Encode and decode uuencode files¶
Deprecated since version 3.11, removed in version 3.13.
このモジュールは今や Python 標準ライブラリの一部ではありません。このモジュールは Python 3.11 で非推奨となったあと、Python 3.13 で削除 されました。削除の決定は PEP 594 でなされました。
Encoding and decoding in the uu format can instead be achieved using
codecs.encode() and codecs.decode(), specifying "uu"
as the encoding.
The last version of Python that provided the uu module was
Python 3.12.