Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Be compliant with the Python documentation #197

Merged
merged 1 commit into from May 16, 2017
Merged

Commits on May 16, 2017

  1. Be compliant with the Python documentation

    Even if -*- is cosmetic and encoding: utf8 is equal to encoding= utf8 in the Python documentation the shown example is 
    ```
    #!/usr/bin/env python
    # -*- coding: latin-1 -*-
    ```
    
    See:
    
    - https://docs.python.org/3/howto/unicode.html#unicode-literals-in-python-source-code
    
    I would use the form proposed in the doc. It seems to me to be more popular.
    ale-rt committed May 16, 2017
    Configuration menu
    Copy the full SHA
    8ca3176 View commit details
    Browse the repository at this point in the history