mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Add a news entry for Issue8280.
This commit is contained in:
parent
d95cc75483
commit
c41e1fad49
1 changed files with 4 additions and 0 deletions
|
@ -50,6 +50,10 @@ Extensions
|
|||
Library
|
||||
-------
|
||||
|
||||
- Fix Issue8280 - urllib2's Request method will remove fragements in the url.
|
||||
This is how it is supposed to work, wget and curl do the same. Previous
|
||||
behavior was wrong.
|
||||
|
||||
- Issue #6683: For SMTP logins we now try all authentication methods advertised
|
||||
by the server. Many servers are buggy and advertise authentication methods they
|
||||
o not support in reality.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue