#6612: add the author of the patch (W. Trevor King)

This commit is contained in:
Victor Stinner 2010-10-12 22:26:08 +00:00
parent b103a937ea
commit 06bca9a24b
2 changed files with 2 additions and 1 deletions

View file

@ -438,6 +438,7 @@ Vivek Khera
Akira Kitada Akira Kitada
Mads Kiilerich Mads Kiilerich
Taek Joo Kim Taek Joo Kim
W. Trevor King
Paul Kippes Paul Kippes
Steve Kirsch Steve Kirsch
Sebastian Kirsche Sebastian Kirsche

View file

@ -11,7 +11,7 @@ Core and Builtins
----------------- -----------------
- Issue #6612: Fix site and sysconfig to catch os.getcwd() error, eg. if the - 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 Library
------- -------