Changes between Initial Version and Version 1 of RFC/8_LanguageStandardsSupportPython


Ignore:
Timestamp:
May 11, 2021, 1:44:54 PM (3 years ago)
Author:
neteler
Comment:

Source: https://trac.osgeo.org/grass/wiki/RFC/7_LanguageStandardsSupport?action=diff&version=3&old_version=2

Legend:

Unmodified
Added
Removed
Modified
  • RFC/8_LanguageStandardsSupportPython

    v1 v1  
     1[[TOC]]
     2= RFC 8: Python Language Support =
     3
     4Author of the first draft: Nicklas Larsson
     5
     6Status: draft
     7
     8== Introduction==
     9
     10The code base of GRASS GIS consists today (Feb. 2021) of predominantly C code (ca 50 %), Python (ca 30 %) and a smaller amount of C++ (ca 5 %). Each of these languages have evolved significantly in the last 10–20 years. There is, however, no clearly stated policy of supported language standard(s), nor mechanism to update this policy when needed or wanted. This result in uncertainty for contributors for what may be allowed and solutions that may not be optimal.
     11
     12This RFC aims at setting a policy for GRASS GIS project regarding the minimum version support for Python.
     13
     14== Background ==
     15
     16Similarly, the integration of Python within GRASS GIS – driving the GUI and to a large extent replacing shell scripts (bash/sh) for scripting – has gone through a challenging period with the transition from Python 2 to 3. This transition can now be considered completed, but this fact need to be formalised and the minimum version of Python 3 support must be stated.
     17
     18The minimum support for Python will, in contrast, likely change more often, due to each (minor) version’s 5-years life-time. At this date, the oldest still-alive Python version is 3.6, to be retired in December 2021.
     19
     20=== Python ===
     21
     22Python 3.6 [https://docs.python.org/3.6/whatsnew/3.6.html features]