From: Georg Brandl Date: Sat, 14 Aug 2010 15:57:20 +0000 (+0000) Subject: Fix format. X-Git-Tag: v3.2a2~328 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cc5943d36b41ee7dbc418b0c3ab6af62004ccdca;p=python Fix format. --- diff --git a/Misc/NEWS b/Misc/NEWS index 8c2050f805..98da9481af 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -109,7 +109,7 @@ Library - Issue #8047: Fix the xml.etree serializer to return bytes by default. Use ``encoding="unicode"`` to generate a Unicode string. -- Fix Issue8280 - urllib2's Request method will remove fragments in the url. +- Issue #8280: urllib2's Request method will remove fragments in the url. This is how it is supposed to work, wget and curl do the same. Previous behavior was wrong.