Commit 2aed0da1 authored by Éric Araujo's avatar Éric Araujo

Fix typos in recent NEWS entries

parent 7930fe41
...@@ -97,7 +97,7 @@ Core and Builtins ...@@ -97,7 +97,7 @@ Core and Builtins
- Issue #12773: Make __doc__ mutable on user-defined classes. - Issue #12773: Make __doc__ mutable on user-defined classes.
- Issue #12766: Raise an ValueError when creating a class with a class variable - Issue #12766: Raise a ValueError when creating a class with a class variable
that conflicts with a name in __slots__. that conflicts with a name in __slots__.
- Issue #12266: Fix str.capitalize() to correctly uppercase/lowercase - Issue #12266: Fix str.capitalize() to correctly uppercase/lowercase
...@@ -158,7 +158,7 @@ Core and Builtins ...@@ -158,7 +158,7 @@ Core and Builtins
given, produce a informative error message which includes the name(s) of the given, produce a informative error message which includes the name(s) of the
missing arguments. missing arguments.
- Issue #12370: Fix super with not arguments when __class__ is overriden in the - Issue #12370: Fix super with no arguments when __class__ is overriden in the
class body. class body.
- Issue #12084: os.stat on Windows now works properly with relative symbolic - Issue #12084: os.stat on Windows now works properly with relative symbolic
...@@ -352,8 +352,9 @@ Library ...@@ -352,8 +352,9 @@ Library
- Issue #2892: preserve iterparse events in case of SyntaxError. - Issue #2892: preserve iterparse events in case of SyntaxError.
- Issue #13287: urllib.request and urllib.error now contains a __all__ and - Issue #13287: urllib.request and urllib.error now contains an __all__
exposes only relevant Classes, Functions. Patch by Florent Xicluna. attribute to expose only public classes and functions. Patch by Florent
Xicluna.
- Issue #670664: Fix HTMLParser to correctly handle the content of - Issue #670664: Fix HTMLParser to correctly handle the content of
``<script>...</script>`` and ``<style>...</style>``. ``<script>...</script>`` and ``<style>...</style>``.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment