diff options
author | Florent Xicluna <florent.xicluna@gmail.com> | 2010-03-19 13:37:08 (GMT) |
---|---|---|
committer | Florent Xicluna <florent.xicluna@gmail.com> | 2010-03-19 13:37:08 (GMT) |
commit | faa663f03dfeb11274f6edd787e2ec1f73623308 (patch) | |
tree | 1890e324edafe90c42cce8b782d37e288666c3af /Misc/NEWS | |
parent | 431065247a3ef0051d30d90ba4910f14303b401c (diff) | |
download | cpython-faa663f03dfeb11274f6edd787e2ec1f73623308.zip cpython-faa663f03dfeb11274f6edd787e2ec1f73623308.tar.gz cpython-faa663f03dfeb11274f6edd787e2ec1f73623308.tar.bz2 |
Fixed a failure in test_bigmem.
Merged revision 79059 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r79059 | florent.xicluna | 2010-03-18 22:50:06 +0100 (jeu, 18 mar 2010) | 2 lines
Issue #8024: Update the Unicode database to 5.2
........
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -285,6 +285,8 @@ C-API Library ------- +- Issue #8024: Update the Unicode database to 5.2. + - Issue #8168: py_compile now handles files with utf-8 BOMS. - ``tokenize.detect_encoding`` now returns ``'utf-8-sig'`` when a UTF-8 BOM is |