From: Collin Winter Date: Fri, 9 Mar 2007 03:26:32 +0000 (+0000) Subject: Add NEWS item for patch #1481079 (r54234). X-Git-Tag: v2.6a1~2070 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fb728de5f45d56195d6388e2b02612126ca35da0;p=thirdparty%2FPython%2Fcpython.git Add NEWS item for patch #1481079 (r54234). --- diff --git a/Misc/NEWS b/Misc/NEWS index b80dd323f810..dd25cbd42099 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -152,6 +152,8 @@ Core and builtins Library ------- +- Patch #1481079: add support for HTTP_REFERER to CGIHTTPServer. + - Bug #1115886: os.path.splitext('.cshrc') gives now ('.cshrc', ''). - unittest now verifies more of its assumptions. In particular, TestCase