codecs: The Codec Registry Module
1 Description
The Python codecs
module defines classes for standard Python encoders and decoders,
as well as providing access to the internal Python codec registry, which manages the codec
and error handling lookup process.
This document was last updated: