]> granicus.if.org Git - python/commit
Issue #6612: Fix site and sysconfig to catch os.getcwd() error, eg. if the
authorVictor Stinner <victor.stinner@haypocalc.com>
Tue, 12 Oct 2010 22:23:23 +0000 (22:23 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Tue, 12 Oct 2010 22:23:23 +0000 (22:23 +0000)
commitb103a937eab54ed9a42fbc8c75d45246389d3002
tree9147fa3b3bb7ed9c5aaa747707a36aca7832166b
parent6c314ec946b9e3075707557e74b91d33eed82e07
Issue #6612: Fix site and sysconfig to catch os.getcwd() error, eg. if the
current directory was deleted.
Lib/site.py
Lib/sysconfig.py
Misc/NEWS