]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Merged revisions 69540 via svnmerge from
authorRonald Oussoren <ronaldoussoren@mac.com>
Thu, 12 Feb 2009 15:56:48 +0000 (15:56 +0000)
committerRonald Oussoren <ronaldoussoren@mac.com>
Thu, 12 Feb 2009 15:56:48 +0000 (15:56 +0000)
commitb61b138745109141b22f34bda8d229e4cb5bdef0
tree38faa16dd346883fdec395bf3549ba3b48677792
parent4b7b8e45c8cf257e2fd219c3dc0e0aed96f56725
Merged revisions 69540 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r69540 | ronald.oussoren | 2009-02-12 16:55:38 +0100 (Thu, 12 Feb 2009) | 5 lines

  This fixes issue5143 and includes a test.

  Issue5143 notes that getpath.c and main.c pass a 'char*' where
  a 'wchar_t*' is expected on OSX.
........
Lib/test/test_osx_env.py [new file with mode: 0644]
Modules/getpath.c
Modules/main.c