]> granicus.if.org Git - python/commit
Removed bogus PyUnicodeTranslateError_GetEncoding, as
authorWalter Dörwald <walter@livinglogic.de>
Mon, 2 Sep 2002 16:41:55 +0000 (16:41 +0000)
committerWalter Dörwald <walter@livinglogic.de>
Mon, 2 Sep 2002 16:41:55 +0000 (16:41 +0000)
commit70bb0d4e65f7c42aeb138a38735210107ad1ca53
treefc861839315d538d61ef601d2e0cec83412bfe57
parentfd08e4c9edf63590c23ffb6f68c43d5015078c0b
Removed bogus PyUnicodeTranslateError_GetEncoding, as
UnicodeTranslateError doesn't have an encoding attribute.
(Spotted by Neal Norwitz)
Include/pyerrors.h
Python/exceptions.c