summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2011-03-09 11:47:20 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2011-03-09 11:47:20 (GMT)
commit35db8a80c19aef7418ed4e1572b962cba6577625 (patch)
treef658770b73f8f513592ac51e4d0b671265e468be /Misc
parent2d12f96658db7f1257ac8e15908ce0a8ac96f735 (diff)
parent7983d33f543685564ba6b900e162a9aaadb2ea82 (diff)
downloadcpython-35db8a80c19aef7418ed4e1572b962cba6577625.zip
cpython-35db8a80c19aef7418ed4e1572b962cba6577625.tar.gz
cpython-35db8a80c19aef7418ed4e1572b962cba6577625.tar.bz2
Merge fix for issue #11450
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index a071a90..7278161 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,9 @@ What's New in Python 3.2.1?
Core and Builtins
-----------------
+- Issue #11450: Don't truncate hg version info in Py_GetBuildInfo() when
+ there are many tags (e.g. when using mq). Patch by Nadeem Vawda.
+
- Issue #11246: Fix PyUnicode_FromFormat("%V") to decode the byte string from
UTF-8 (with replace error handler) instead of ISO-8859-1 (in strict mode).
Patch written by Ray Allen.