diff options
author | Collin Winter <collinw@gmail.com> | 2007-03-09 03:26:32 (GMT) |
---|---|---|
committer | Collin Winter <collinw@gmail.com> | 2007-03-09 03:26:32 (GMT) |
commit | fb728de5f45d56195d6388e2b02612126ca35da0 (patch) | |
tree | a61fb8157eef48ede05a2d9dbfeeec9bd0ee4390 /Misc/NEWS | |
parent | 83b2bf6d9a7f3fe774bdce69b5d9a4202bd7889c (diff) | |
download | cpython-fb728de5f45d56195d6388e2b02612126ca35da0.zip cpython-fb728de5f45d56195d6388e2b02612126ca35da0.tar.gz cpython-fb728de5f45d56195d6388e2b02612126ca35da0.tar.bz2 |
Add NEWS item for patch #1481079 (r54234).
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |