From: Georg Brandl Date: Sat, 14 Aug 2010 15:46:59 +0000 (+0000) Subject: Typo fix. X-Git-Tag: v3.2a2~331 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9427dcfc31eea100efc4220a1a1e91c9718975c6;p=thirdparty%2FPython%2Fcpython.git Typo fix. --- diff --git a/Misc/NEWS b/Misc/NEWS index 8b9ef66c4327..8c2050f8054f 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 fragements in the url. +- Fix Issue8280 - 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.