]> granicus.if.org Git - python/commit
Patch #462635 by Andrew Kuchling correcting bugs in the new
authorMarc-André Lemburg <mal@egenix.com>
Thu, 20 Sep 2001 10:33:38 +0000 (10:33 +0000)
committerMarc-André Lemburg <mal@egenix.com>
Thu, 20 Sep 2001 10:33:38 +0000 (10:33 +0000)
commit26e3b681b26c9978c819396e278f43d356d86f9e
tree7faccd060a50eb825f6a01e1750e71693af552e9
parentefc3a3af3b47223af3f642ca3bb2a7df3ebdc6d1
Patch #462635 by Andrew Kuchling correcting bugs in the new
codecs -- the self argument does matter for Python functions (it
does not for C functions which most other codecs use).
Lib/encodings/base64_codec.py
Lib/encodings/hex_codec.py
Lib/encodings/quopri_codec.py
Lib/encodings/uu_codec.py
Lib/encodings/zlib_codec.py