summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorBerker Peksag <berker.peksag@gmail.com>2016-07-01 09:17:45 (GMT)
committerBerker Peksag <berker.peksag@gmail.com>2016-07-01 09:17:45 (GMT)
commita9e1ebb780b971079f5b43813426261bd69baf5d (patch)
tree524418792b06f76b911febbb241897869d1dc20b /Doc
parente807e892ed0b8398f62351f204cae6b35d4f0510 (diff)
parente39682b0768bcf06d3c0d8480dd2f98824afafe6 (diff)
downloadcpython-a9e1ebb780b971079f5b43813426261bd69baf5d.zip
cpython-a9e1ebb780b971079f5b43813426261bd69baf5d.tar.gz
cpython-a9e1ebb780b971079f5b43813426261bd69baf5d.tar.bz2
Issue #27430: Merge from 3.5
Diffstat (limited to 'Doc')
-rw-r--r--Doc/whatsnew/3.2.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.2.rst b/Doc/whatsnew/3.2.rst
index baaf797..975b59d 100644
--- a/Doc/whatsnew/3.2.rst
+++ b/Doc/whatsnew/3.2.rst
@@ -2666,7 +2666,7 @@ require changes to your code:
* The :class:`xml.etree.ElementTree` class now raises an
:exc:`xml.etree.ElementTree.ParseError` when a parse fails. Previously it
- raised a :exc:`xml.parsers.expat.ExpatError`.
+ raised an :exc:`xml.parsers.expat.ExpatError`.
* The new, longer :func:`str` value on floats may break doctests which rely on
the old output format.