[Python-checkins] r59867 - python/trunk/Misc/NEWS

fred.drake python-checkins at python.org
Wed Jan 9 04:11:29 CET 2008


Author: fred.drake
Date: Wed Jan  9 04:11:28 2008
New Revision: 59867

Modified:
   python/trunk/Misc/NEWS
Log:
minor cleaning


Modified: python/trunk/Misc/NEWS
==============================================================================
--- python/trunk/Misc/NEWS	(original)
+++ python/trunk/Misc/NEWS	Wed Jan  9 04:11:28 2008
@@ -947,8 +947,8 @@
 Extension Modules
 -----------------
 
-- _winreg's HKEY object have gained __enter__ and __exit__ functions to support he
-  context manager protocol. The _winreg module also got a new function
+- _winreg's HKEY object has gained __enter__ and __exit__ methods to support
+  the context manager protocol.  The _winreg module also gained a new function
   ``ExpandEnvironmentStrings`` to expand REG_EXPAND_SZ keys.
 
 - Issue #1646: Make socket support TIPC. The socket module now has support


More information about the Python-checkins mailing list