summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-08-14 15:57:20 (GMT)
committerGeorg Brandl <georg@python.org>2010-08-14 15:57:20 (GMT)
commitcc5943d36b41ee7dbc418b0c3ab6af62004ccdca (patch)
tree1460a2e44dbb65e6116e42cd222054574289ec7f /Misc
parentaa17106e412b177931c3caa12a4dab2fb3bea152 (diff)
downloadcpython-cc5943d36b41ee7dbc418b0c3ab6af62004ccdca.zip
cpython-cc5943d36b41ee7dbc418b0c3ab6af62004ccdca.tar.gz
cpython-cc5943d36b41ee7dbc418b0c3ab6af62004ccdca.tar.bz2
Fix format.
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 8c2050f..98da948 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.