diff options
author | 2018-01-22 19:11:18 -0500 | |
---|---|---|
committer | 2018-01-22 19:11:18 -0500 | |
commit | f23746a934177c48eff754411aba54c31d6be2f0 (patch) | |
tree | 4b32964b53fa87701f71c71937792f2489b7bbb4 /PCbuild/_decimal.vcxproj | |
parent | bpo-29240: PyUnicode_DecodeLocale() uses UTF-8 on Android (#5272) (diff) | |
download | cpython-f23746a934177c48eff754411aba54c31d6be2f0.tar.gz cpython-f23746a934177c48eff754411aba54c31d6be2f0.tar.bz2 cpython-f23746a934177c48eff754411aba54c31d6be2f0.zip |
bpo-32436: Implement PEP 567 (#5027)
Diffstat (limited to 'PCbuild/_decimal.vcxproj')
-rw-r--r-- | PCbuild/_decimal.vcxproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PCbuild/_decimal.vcxproj b/PCbuild/_decimal.vcxproj index b14f31093ff..df9f600cdaf 100644 --- a/PCbuild/_decimal.vcxproj +++ b/PCbuild/_decimal.vcxproj @@ -121,4 +121,4 @@ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label="ExtensionTargets"> </ImportGroup> -</Project>
\ No newline at end of file +</Project> |