summaryrefslogtreecommitdiffstats
path: root/compat.py
Commit message (Collapse)AuthorAgeFilesLines
* fixed building using scons with python3Ibrahn Sahir2018-05-281-0/+4
| | | | | | I broke python 3 builds by using py2 specific dict functions in commit 98846b39ee039358584884b439b96e799f1d2bd0 Fixed with functions in compat.py
* Fix build with Python 3 on WindowsMatthias Hoelzl2017-10-291-0/+4
|
* Fix Python 3 buildMatthias Hoelzl2017-10-041-0/+29
| | | | | | | - Take care of the differences in handling unicode characters in `escape_string` (formerly in `editor/SCsub`, now in `compat.py)`. - Conditionally include `_winreg` or `winreg` in the Mono editor module.
* Make build scripts Python3 compatibleMatthias Hoelzl2017-08-271-0/+31
- The Windows, UWP, Android (on Windows) and Linux builds are tested with Scons 3.0 alpha using Python 3. - OSX and iOS should hopefully work but are not tested since I don't have a Mac. - Builds using SCons 2.5 and Python 2 should not be impacted.