K 10 svn:author V 6 rakuco K 8 svn:date V 27 2015-12-06T21:09:00.746472Z K 7 svn:log V 396 py-sip: Allow concurrent Python installations. Add USE_PYTHON=concurrent and make the necessary adjustments: - Stop setting DATADIR and DOCSDIR, they are taken care of by USE_PYTHON=concurrent. - Use Python's compileall module instead of py_compile so that Python 3 byte-code does not contain ${STAGEDIR}. - Remove %%DATADIR%% from the plist, which was generated by py_compile. PR: 203734 END