Staging
v0.5.1
https://github.com/python/cpython
Revision 2313e15578aa864c7b995de996e4787169f7ca8d authored by R David Murray on 13 January 2014, 18:19:21 UTC, committed by R David Murray on 13 January 2014, 18:19:21 UTC
This fixes an edge case (20206) where if the input ended in a character
needing encoding but there was no newline on the string, the last byte
of the encoded character would be dropped.  The fix is to use a more
efficient algorithm, provided by Serhiy Storchaka (5803), that does not
have the bug.
1 parent 2a3d7d1
History
Tip revision: 2313e15578aa864c7b995de996e4787169f7ca8d authored by R David Murray on 13 January 2014, 18:19:21 UTC
#20206, #5803: more efficient algorithm that doesn't truncate output.
Tip revision: 2313e15
File Mode Size
c-api
data
distutils
extending
faq
howto
includes
install
library
reference
tools
tutorial
using
whatsnew
Makefile -rw-r--r-- 6.9 KB
README.txt -rw-r--r-- 5.1 KB
about.rst -rw-r--r-- 1.5 KB
bugs.rst -rw-r--r-- 3.3 KB
conf.py -rw-r--r-- 5.9 KB
contents.rst -rw-r--r-- 415 bytes
copyright.rst -rw-r--r-- 451 bytes
glossary.rst -rw-r--r-- 39.1 KB
license.rst -rw-r--r-- 42.8 KB
make.bat -rw-r--r-- 1.5 KB

README.txt

back to top