summaryrefslogtreecommitdiffstats
path: root/compat.py
Commit message (Collapse)AuthorAgeFilesLines
* 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.