From: Andrew M. Kuchling Date: Wed, 30 Apr 2008 16:19:55 +0000 (+0000) Subject: Typo fix X-Git-Tag: v2.6a3~69 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=46d6b689b224ecd8cc46beb3d069361cc68a9f38;p=python Typo fix --- diff --git a/Misc/NEWS b/Misc/NEWS index 7effe656f5..501a164332 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -18,8 +18,8 @@ Core and builtins - Patch #2617: Reserved -J and -X arguments for Jython, IronPython and other implementations of Python. -Extensions Modules ------------------- +Extension Modules +----------------- - Issue #2670: Fix a failure in urllib2.build_opener(), when passed two handlers that derive the same default base class. @@ -227,8 +227,8 @@ Core and builtins - Issue #2143: Fix embedded readline() hang on SSL socket EOF. -Extensions Modules ------------------- +Extension Modules +----------------- - Patch #2240: Implement signal.setitimer and signal.getitimer.