uu — uuencode 파일 인코딩과 디코딩¶
Deprecated since version 3.11, removed in version 3.13.
이 모듈은 더는 파이썬 표준 라이브러리에 포함되지 않습니다. 파이썬 3.11 에서 폐지된 후 파이썬 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.
uu 모듈을 제공한 마지막 파이썬 버전은 파이썬 3.12 입니다.