• Laurence Rowe's avatar
    Avoid DeprecationWarning: 'U' mode is deprecated · 20adbdb6
    Laurence Rowe authored
    Python 3.7 began warning about open's 'U' mode. Universal newline mode (newline=None) is default in Python 3 so avoid specifying it on Python 3.
    
    (cherry picked from commit 978a6af9e78db44b9db25cb08c7f9d98c24bbc03)
    20adbdb6
easy_install.py 64.5 KB