]> granicus.if.org Git - python/commit
Issue 19548: update codecs module documentation
authorNick Coghlan <ncoghlan@gmail.com>
Tue, 6 Jan 2015 14:22:00 +0000 (00:22 +1000)
committerNick Coghlan <ncoghlan@gmail.com>
Tue, 6 Jan 2015 14:22:00 +0000 (00:22 +1000)
commitb9fdb7a452c2b6f7a628118b5f695bd061b62cc8
tree724c4a77f635adc95e78674ce5f24e79aa391fae
parentfcfed1991382f9697df574fae4115a9f815adca0
Issue 19548: update codecs module documentation

- clarified the distinction between text encodings and other codecs
- clarified relationship with builtin open and the io module
- consolidated documentation of error handlers into one section
- clarified type constraints of some behaviours
- added tests for some of the new statements in the docs
Doc/glossary.rst
Doc/library/codecs.rst
Doc/library/functions.rst
Doc/library/stdtypes.rst
Doc/library/tarfile.rst
Lib/codecs.py
Lib/test/test_codecs.py
Misc/NEWS
Modules/_codecsmodule.c