mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Fix format.
This commit is contained in:
parent
aa17106e41
commit
cc5943d36b
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue