"uu" --- Encode and decode uuencode files
*****************************************

バージョン 3.11 で非推奨、バージョン 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.
