]> granicus.if.org Git - python/commit
Issue #21488: Add support of keyword arguments for codecs.encode and codecs.decode
authorVictor Stinner <victor.stinner@gmail.com>
Wed, 14 May 2014 15:10:45 +0000 (17:10 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Wed, 14 May 2014 15:10:45 +0000 (17:10 +0200)
commitb78c448f4bad3afee409129337709e5fb110e5f3
tree5360eae15e4d6e89c36ddc55df068fd80c2c5f38
parentef5b4e3dc3b04327514d2e1704a8c8cd822d8beb
Issue #21488: Add support of keyword arguments for codecs.encode and codecs.decode
Lib/test/test_codecs.py
Modules/_codecsmodule.c