]> granicus.if.org Git - python/commit
Issue #14579: Fix error handling bug in the utf-16 decoder.
authorAntoine Pitrou <solipsis@pitrou.net>
Fri, 20 Jul 2012 22:52:06 +0000 (00:52 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Fri, 20 Jul 2012 22:52:06 +0000 (00:52 +0200)
commit715a63b78349952ccc0fb3dd3139e2d822006d35
treed1474f149df204365adc6c07ba57469753124145
parentbee739baa771b7c54169e799fbfe1a55c5fce3d6
Issue #14579: Fix error handling bug in the utf-16 decoder.
Patch by Serhiy Storchaka.
Lib/test/test_codecs.py
Misc/NEWS
Objects/unicodeobject.c