summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorPhilip Jenvey <pjenvey@underboss.org>2010-06-09 17:55:28 (GMT)
committerPhilip Jenvey <pjenvey@underboss.org>2010-06-09 17:55:28 (GMT)
commitbc3376f66a680a0a6c003041cfca55cae05fcc61 (patch)
tree38a34d5c95c93e0450b80ad798d73e523fd2f635 /Misc
parent96ec48b4146f8cc9cd09cd99bc28bb0657a4ec47 (diff)
downloadcpython-bc3376f66a680a0a6c003041cfca55cae05fcc61.zip
cpython-bc3376f66a680a0a6c003041cfca55cae05fcc61.tar.gz
cpython-bc3376f66a680a0a6c003041cfca55cae05fcc61.tar.bz2
Merged revisions 79779 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r79779 | philip.jenvey | 2010-04-04 19:51:51 -0700 (Sun, 04 Apr 2010) | 2 lines fix escape_encode to return the correct consumed size ........
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index f1cf949..88a148a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -67,6 +67,8 @@ C-API
Library
-------
+- Fix codecs.escape_encode to return the correct consumed size.
+
- Issue #6470: Drop UNC prefix in FixTk.
- Issue #8833: tarfile created hard link entries with a size field != 0 by