commit | 7c587bf53d67ef0e279e471ac6d52d5087f4b3e8 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Mon Apr 19 18:52:43 2010 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Mon Apr 19 18:52:43 2010 +0000 |
tree | 47441dac0ca51451071740cc30d3507b84edea71 | |
parent | 35b76027f94b12911cc97f960ebbb3c137d10d2b [diff] [blame] |
Issue #8438: Remove reference to the missing "surrogateescape" encoding error handler from the new IO library.
diff --git a/Misc/NEWS b/Misc/NEWS index edf2ab0..b597cdf 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -20,6 +20,9 @@ Library ------- +- Issue #8438: Remove reference to the missing "surrogateescape" encoding + error handler from the new IO library. + - Issue #3817: ftplib.FTP.abort() method now considers 225 a valid response code as stated in RFC-959 at chapter 5.4.