diff options
author | Victor Stinner <victor.stinner@haypocalc.com> | 2010-10-12 22:26:08 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@haypocalc.com> | 2010-10-12 22:26:08 (GMT) |
commit | 06bca9a24bfd8976a66a91cb2d09bf57c0767ea5 (patch) | |
tree | 4c13ae95818bf16367cc8e8cc6f275c10ba45ea4 /Misc | |
parent | b103a937eab54ed9a42fbc8c75d45246389d3002 (diff) | |
download | cpython-06bca9a24bfd8976a66a91cb2d09bf57c0767ea5.zip cpython-06bca9a24bfd8976a66a91cb2d09bf57c0767ea5.tar.gz cpython-06bca9a24bfd8976a66a91cb2d09bf57c0767ea5.tar.bz2 |
#6612: add the author of the patch (W. Trevor King)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -438,6 +438,7 @@ Vivek Khera Akira Kitada Mads Kiilerich Taek Joo Kim +W. Trevor King Paul Kippes Steve Kirsch Sebastian Kirsche @@ -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 ------- |