From: Victor Stinner Date: Tue, 12 Oct 2010 22:26:08 +0000 (+0000) Subject: #6612: add the author of the patch (W. Trevor King) X-Git-Tag: v3.2a4~651 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=06bca9a24bfd8976a66a91cb2d09bf57c0767ea5;p=thirdparty%2FPython%2Fcpython.git #6612: add the author of the patch (W. Trevor King) --- diff --git a/Misc/ACKS b/Misc/ACKS index e8132fb5bfaf..7f021a0b32e4 100644 --- a/Misc/ACKS +++ b/Misc/ACKS @@ -438,6 +438,7 @@ Vivek Khera Akira Kitada Mads Kiilerich Taek Joo Kim +W. Trevor King Paul Kippes Steve Kirsch Sebastian Kirsche diff --git a/Misc/NEWS b/Misc/NEWS index aed06d05ccbd..a397539cb006 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -11,7 +11,7 @@ Core and Builtins ----------------- - Issue #6612: Fix site and sysconfig to catch os.getcwd() error, eg. if the - current directory was deleted. + current directory was deleted. Patch written by W. Trevor King. Library -------