commit | 4a85269f7370a807fa577ea0ff454df5a0958c95 | [log] [tgz] |
---|---|---|
author | Ronald Oussoren <ronaldoussoren@mac.com> | Mon Mar 30 19:25:21 2009 +0000 |
committer | Ronald Oussoren <ronaldoussoren@mac.com> | Mon Mar 30 19:25:21 2009 +0000 |
tree | 20f64f6bd842bd3aef9d1f717e242228555e4bb2 | |
parent | e391835f35a0829f304877fa50afa2d63adeb99b [diff] |
Merged revisions 70735 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r70735 | ronald.oussoren | 2009-03-30 14:22:56 -0500 (Mon, 30 Mar 2009) | 3 lines Remove usage of the deprecated '-cString' and '+stringWithCString:' API's in PythonLauncher, replacing them with the correct counterparts. ........