Commit 9427dcfc authored by Georg Brandl's avatar Georg Brandl

Typo fix.

parent 8e27fcea
...@@ -109,7 +109,7 @@ Library ...@@ -109,7 +109,7 @@ Library
- Issue #8047: Fix the xml.etree serializer to return bytes by default. Use - Issue #8047: Fix the xml.etree serializer to return bytes by default. Use
``encoding="unicode"`` to generate a Unicode string. ``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 This is how it is supposed to work, wget and curl do the same. Previous
behavior was wrong. behavior was wrong.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment