summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@haypocalc.com>2010-09-10 23:50:31 (GMT)
committerVictor Stinner <victor.stinner@haypocalc.com>2010-09-10 23:50:31 (GMT)
commit6f7b783cde7c68cba931313237894d1df13a34ed (patch)
tree1d55495669ea06c19b194e9f9eb1b940fe475a2c
parentcb04352e8cb1f81a4bc8b741734713c2877b3d47 (diff)
downloadcpython-6f7b783cde7c68cba931313237894d1df13a34ed.zip
cpython-6f7b783cde7c68cba931313237894d1df13a34ed.tar.gz
cpython-6f7b783cde7c68cba931313237894d1df13a34ed.tar.bz2
Issue #9579, #9580: Oops, add the author of the patch
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 007629f..04eb82f 100644
--- 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