summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-08-14 15:46:59 (GMT)
committerGeorg Brandl <georg@python.org>2010-08-14 15:46:59 (GMT)
commit9427dcfc31eea100efc4220a1a1e91c9718975c6 (patch)
tree1378f6603b26b5c9ffd43a0144c2e5f44a3cc0b0 /Misc
parent8e27fcea07f61456672fb10f3c7ceadd3fa02414 (diff)
downloadcpython-9427dcfc31eea100efc4220a1a1e91c9718975c6.zip
cpython-9427dcfc31eea100efc4220a1a1e91c9718975c6.tar.gz
cpython-9427dcfc31eea100efc4220a1a1e91c9718975c6.tar.bz2
Typo fix.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 8b9ef66..8c2050f 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.