]> granicus.if.org Git - python/commit
Issue #16473: Fix byte transform codec documentation; test quotetabs=True
authorMartin Panter <vadmium>
Sat, 12 Sep 2015 00:34:28 +0000 (00:34 +0000)
committerMartin Panter <vadmium>
Sat, 12 Sep 2015 00:34:28 +0000 (00:34 +0000)
commitb2528c92f139195e8a3c745833ad1cd0ff4bc0f2
tree723d38fa103b68f085c0453693fd489a406578b5
parent90bc71f5b18abc0bb232f8ff8f56683b4420c3e0
Issue #16473: Fix byte transform codec documentation; test quotetabs=True

This changes the equivalent functions listed for the Base-64, hex and Quoted-
Printable codecs to reflect the functions actually used. Also mention and
test the "quotetabs" setting for Quoted-Printable encoding.
Doc/library/codecs.rst
Lib/encodings/quopri_codec.py
Lib/test/test_codecs.py