minor cleaning

This commit is contained in:
Fred Drake 2008-01-09 03:11:28 +00:00
parent e11230e11b
commit d4e5613c5f
1 changed files with 2 additions and 2 deletions

View File

@ -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