]> granicus.if.org Git - python/commit
Merged revisions 85386-85387,85389 via svnmerge from
authorVictor Stinner <victor.stinner@haypocalc.com>
Tue, 12 Oct 2010 22:53:51 +0000 (22:53 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Tue, 12 Oct 2010 22:53:51 +0000 (22:53 +0000)
commitd2f6ae63cd546d84310324012740425772e83de7
treea46ffb06d8806f6e6a08d0fd728fda5f2ad9a55b
parent169b133c82ef1463444c6835e37760addb6c3d68
Merged revisions 85386-85387,85389 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r85386 | victor.stinner | 2010-10-13 00:23:23 +0200 (mer., 13 oct. 2010) | 3 lines

  Issue #6612: Fix site and sysconfig to catch os.getcwd() error, eg. if the
  current directory was deleted.
........
  r85387 | victor.stinner | 2010-10-13 00:26:08 +0200 (mer., 13 oct. 2010) | 2 lines

  #6612: add the author of the patch (W. Trevor King)
........
  r85389 | victor.stinner | 2010-10-13 00:42:37 +0200 (mer., 13 oct. 2010) | 2 lines

  NEWS: Move #6612 to Library section
........
Lib/site.py
Lib/sysconfig.py
Misc/ACKS
Misc/NEWS