]> granicus.if.org Git - python/commit
Fix #883466: don't allow Unicode as arguments to quopri and uu codecs.
authorGeorg Brandl <georg@python.org>
Mon, 3 Sep 2007 07:16:46 +0000 (07:16 +0000)
committerGeorg Brandl <georg@python.org>
Mon, 3 Sep 2007 07:16:46 +0000 (07:16 +0000)
commit4cdceac76031a7b29f8b60dcffc57744b84f4db3
tree42585409f4ae4d8620887b5da15adb37c09b4080
parent38f1b98cc3b951ac48f606df8b633793dbf5cf5b
Fix #883466: don't allow Unicode as arguments to quopri and uu codecs.
Lib/encodings/quopri_codec.py
Lib/encodings/uu_codec.py