]> git.ipfire.org Git - thirdparty/Python/cpython.git/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)
commit06171bd52a02173910d7ab8082850bbed0db1410
tree25921b647bee4cc2897fa44866e1c0dc9f9bc565
parentf9b687525950999a08862b1339a62a0a163d7228
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