File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -489,16 +489,11 @@ For Python scripts:
489
489
490
490
- We follow PEP-8 (http://www.python.org/dev/peps/pep-0008/).
491
491
492
- - As a minimum, we aim to be compatible with Python 2.6 and 2. 7.
492
+ - As a minimum, we aim to be compatible with Python 2.7.
493
493
494
494
- Where required libraries do not restrict us to Python 2, we try to
495
495
also be compatible with Python 3.1 and later.
496
496
497
- - When you must differentiate between Unicode literals and byte string
498
- literals, it is OK to use the 'b' prefix. Even though the Python
499
- documentation for version 2.6 does not mention this prefix, it has
500
- been supported since version 2.6.0.
501
-
502
497
Error Messages
503
498
504
499
- Do not end error messages with a full stop.
You can’t perform that action at this time.
0 commit comments