summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMark Dickinson <mdickinson@enthought.com>2012-04-29 17:35:56 (GMT)
committerMark Dickinson <mdickinson@enthought.com>2012-04-29 17:35:56 (GMT)
commitb63fd2a4084c99178f5218abc387d6b9bfdf25bc (patch)
tree72b2d1c3e33aa0985349beb3155924a52b380eba /Misc
parent119d026bf64a6bc1e8e4a2311dcab2d830d089c6 (diff)
parentea7e9f9a83a88325e599d0a7b31122e50495a5aa (diff)
downloadcpython-b63fd2a4084c99178f5218abc387d6b9bfdf25bc.zip
cpython-b63fd2a4084c99178f5218abc387d6b9bfdf25bc.tar.gz
cpython-b63fd2a4084c99178f5218abc387d6b9bfdf25bc.tar.bz2
Issue #9154: Merge fix from 3.2.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index fbc8b5f..b907f8c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -84,6 +84,8 @@ Core and Builtins
Library
-------
+- Issue #9154: Fix parser module to understand function annotations.
+
- Issue #6085: In http.server.py SimpleHTTPServer.address_string returns the
client ip address instead client hostname. Patch by Charles-François Natali.