diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2008-04-30 16:19:55 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2008-04-30 16:19:55 (GMT) |
commit | 46d6b689b224ecd8cc46beb3d069361cc68a9f38 (patch) | |
tree | 88ae92645cce1fd8f9067f69b441595fb816d157 /Misc | |
parent | 31f631539e87d95337ee383604f4f666aa2000d6 (diff) | |
download | cpython-46d6b689b224ecd8cc46beb3d069361cc68a9f38.zip cpython-46d6b689b224ecd8cc46beb3d069361cc68a9f38.tar.gz cpython-46d6b689b224ecd8cc46beb3d069361cc68a9f38.tar.bz2 |
Typo fix
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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. |