]> granicus.if.org Git - python/commitdiff
Issue #9579, #9580: Oops, add the author of the patch
authorVictor Stinner <victor.stinner@haypocalc.com>
Fri, 10 Sep 2010 23:50:31 +0000 (23:50 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Fri, 10 Sep 2010 23:50:31 +0000 (23:50 +0000)
Misc/NEWS

index 007629f0a9990b4eda22b40a46dd0874a0553417..04eb82f568542f263132d3aeb089223dab10da0a 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -31,7 +31,7 @@ Library
 
 - Issue #9579, #9580: Fix os.confstr() for value longer than 255 bytes and
   encode the value with filesystem encoding and surrogateescape (instead of
-  utf-8 in strict mode).
+  utf-8 in strict mode). Patch written by David Watson.
 
 - Issue #9632: Remove sys.setfilesystemencoding() function: use
   PYTHONFSENCODING environment variable to set the filesystem encoding at