summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2008-01-09 03:11:28 (GMT)
committerFred Drake <fdrake@acm.org>2008-01-09 03:11:28 (GMT)
commitd4e5613c5f8d4b0a8a9ffae333b5b8f55563e1c0 (patch)
treecf902dfad4f72fbd7c331463b0ca69cb6e445385
parente11230e11b97e56d966287ea13616857cf9ba163 (diff)
downloadcpython-d4e5613c5f8d4b0a8a9ffae333b5b8f55563e1c0.zip
cpython-d4e5613c5f8d4b0a8a9ffae333b5b8f55563e1c0.tar.gz
cpython-d4e5613c5f8d4b0a8a9ffae333b5b8f55563e1c0.tar.bz2
minor cleaning
-rw-r--r--Misc/NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index dc1817f..7cd84d3 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -947,8 +947,8 @@ Library
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