summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_osx_env.py
Commit message (Collapse)AuthorAgeFilesLines
* Merged revisions 83073 via svnmerge fromRonald Oussoren2010-07-231-1/+1
| | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r83073 | ronald.oussoren | 2010-07-23 12:48:36 +0100 (Fri, 23 Jul 2010) | 4 lines Minor tweak of test_osx_env to avoid failing when the framework is not yet installed. ........
* Fix for issue #5408. This only enables test_osx_env when the current buildRonald Oussoren2009-03-041-1/+3
| | | | | is actually a framework build on OSX (the only environment where this test is valid).
* This fixes issue5143 and includes a test.Ronald Oussoren2009-02-121-0/+34
Issue5143 notes that getpath.c and main.c pass a 'char*' where a 'wchar_t*' is expected on OSX.