···489489490490 - We follow PEP-8 (http://www.python.org/dev/peps/pep-0008/).
491491492492- - As a minimum, we aim to be compatible with Python 2.6 and 2.7.
492492+ - As a minimum, we aim to be compatible with Python 2.7.
493493494494 - Where required libraries do not restrict us to Python 2, we try to
495495 also be compatible with Python 3.1 and later.
496496-497497- - When you must differentiate between Unicode literals and byte string
498498- literals, it is OK to use the 'b' prefix. Even though the Python
499499- documentation for version 2.6 does not mention this prefix, it has
500500- been supported since version 2.6.0.
501496502497Error Messages
503498