commit | 533a167a713be4a30b92583636cd2323f4c8c3aa | [log] [tgz] |
---|---|---|
author | Alexander Belopolsky <alexander.belopolsky@gmail.com> | Tue Jul 20 19:55:18 2010 +0000 |
committer | Alexander Belopolsky <alexander.belopolsky@gmail.com> | Tue Jul 20 19:55:18 2010 +0000 |
tree | aee74cf80722fc5c72abe4479220654fc8cdb217 | |
parent | d21886cea4d661ba81b577d4bb0792e4ce0e575a [diff] [blame] |
Issue #9282: Fixed --listfuncs option of trace.py. Thanks Eli Bendersky for the patch.
diff --git a/Misc/NEWS b/Misc/NEWS index e9dbc99..ebca774 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -473,6 +473,9 @@ Library ------- +- Issue #9282: Fixed --listfuncs option of trace.py. Thanks Eli + Bendersky for the patch. + - Issue #3704: http.cookiejar was not properly handling URLs with a / in the parameters.