Commit 46d6b689 authored by Andrew M. Kuchling's avatar Andrew M. Kuchling

Typo fix

parent 31f63153
...@@ -18,8 +18,8 @@ Core and builtins ...@@ -18,8 +18,8 @@ Core and builtins
- Patch #2617: Reserved -J and -X arguments for Jython, IronPython and other - Patch #2617: Reserved -J and -X arguments for Jython, IronPython and other
implementations of Python. implementations of Python.
Extensions Modules Extension Modules
------------------ -----------------
- Issue #2670: Fix a failure in urllib2.build_opener(), when passed two - Issue #2670: Fix a failure in urllib2.build_opener(), when passed two
handlers that derive the same default base class. handlers that derive the same default base class.
...@@ -227,8 +227,8 @@ Core and builtins ...@@ -227,8 +227,8 @@ Core and builtins
- Issue #2143: Fix embedded readline() hang on SSL socket EOF. - Issue #2143: Fix embedded readline() hang on SSL socket EOF.
Extensions Modules Extension Modules
------------------ -----------------
- Patch #2240: Implement signal.setitimer and signal.getitimer. - Patch #2240: Implement signal.setitimer and signal.getitimer.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment