| commit | 04dc25c53728f5c2fe66d9e66af67da0c9b8959d | [log] [tgz] |
|---|---|---|
| author | Martin v. Löwis <martin@v.loewis.de> | Fri Oct 03 16:09:28 2008 +0000 |
| committer | Martin v. Löwis <martin@v.loewis.de> | Fri Oct 03 16:09:28 2008 +0000 |
| tree | 89a6a5bfc7567d3f5deba78bd96fedd2e167e2ce | |
| parent | efb14a8857c57e446477ecb964b301b041527c50 [diff] [blame] |
Issue #3187: Add sys.setfilesystemencoding.
diff --git a/Misc/NEWS b/Misc/NEWS index 9e04767..5318315 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -25,6 +25,8 @@ Library ------- +- Issue #3187: Add sys.setfilesystemencoding. + - Issue #3187: Better support for "undecodable" filenames. Code by Victor Stinner, with small tweaks by GvR.