Changes between Version 5 and Version 6 of rfc8_devguide


Ignore:
Timestamp:
Mar 3, 2015, 3:33:43 AM (9 years ago)
Author:
Even Rouault
Comment:

Add section about Python code

Legend:

Unmodified
Added
Removed
Modified
  • rfc8_devguide

    v5 v6  
    8080 * Try to keep lines to 79 characters or less.
    8181
     82== Python code ==
     83
     84 * All Python code in autotest, swig/python/scripts and swig/python/samples should pass OK with
     85   the Pyflakes checker (version used currently: 0.8.1). This is asserted by Travis-CI jobs
     86 * Python code should be written to be compatible with both Python 2 and Python 3.