[Python-checkins] cpython: Fix typos in recent NEWS entries

eric.araujo python-checkins at python.org
Thu Nov 3 16:45:44 CET 2011


http://hg.python.org/cpython/rev/5623378faa1c
changeset:   73315:5623378faa1c
parent:      73301:38e961ddeb9d
user:        Éric Araujo <merwok at netwok.org>
date:        Thu Nov 03 00:12:39 2011 +0100
summary:
  Fix typos in recent NEWS entries

files:
  Misc/NEWS |  9 +++++----
  1 files changed, 5 insertions(+), 4 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -97,7 +97,7 @@
 
 - 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__.
 
 - Issue #12266: Fix str.capitalize() to correctly uppercase/lowercase
@@ -158,7 +158,7 @@
   given, produce a informative error message which includes the name(s) of the
   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.
 
 - Issue #12084: os.stat on Windows now works properly with relative symbolic
@@ -352,8 +352,9 @@
 
 - Issue #2892: preserve iterparse events in case of SyntaxError.
 
-- Issue #13287: urllib.request and urllib.error now contains a __all__ and
-  exposes only relevant Classes, Functions. Patch by Florent Xicluna.
+- Issue #13287: urllib.request and urllib.error now contains an __all__
+  attribute to expose only public classes and functions.  Patch by Florent
+  Xicluna.
 
 - Issue #670664: Fix HTMLParser to correctly handle the content of
   ``<script>...</script>`` and ``<style>...</style>``.

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list