summaryrefslogtreecommitdiff
path: root/setuptools/tests/test_msvc14.py
Commit message (Collapse)AuthorAgeFilesLines
* The default encoding of Python sources is UTF-8Dimitri Papadopoulos2022-11-201-1/+0
| | | | | | | Python 3 assumes the encoding is UTF-8 by default, and so do or should do tools such as text editors when opening Python files. No need to explicitly set `*- coding: utf-8 -*-`.
* Remove Python 2 compatibilityJason R. Coombs2020-08-161-2/+0
|
* Use CPython 3.8.0 mechanism to find msvc 14+mayeut2020-03-071-0/+84