Changes between Initial Version and Version 1 of Python3Support
- Timestamp:
- 03/21/18 06:19:43 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Python3Support
v1 v1 1 = Python 3 support in GRASS 2 == Python versions 3 * keep compatibility with 2.7 (may still work with 2.6, but we don't care) 4 * port to work with 3.5 5 6 == Python components include: 7 * Python Scripting Library 8 * PyGRASS 9 * Temporal Library 10 * ctypes 11 * wxGUI 12 13 == Current state of porting