Staging
v0.5.1
https://github.com/python/cpython
Revision a125561397c80a30db74f6ac289781fb53af9196 authored by Miss Islington (bot) on 03 June 2020, 15:09:49 UTC, committed by GitHub on 03 June 2020, 15:09:49 UTC

Inline with the rest of the file, updated error message to use f-string.
(cherry picked from commit 5b9fbbabacca0378755fd9cadc4a7cc01a71eaef)

Co-authored-by: aboddie <64019758+aboddie@users.noreply.github.com>
1 parent 74a1fce
Raw File
Tip revision: a125561397c80a30db74f6ac289781fb53af9196 authored by Miss Islington (bot) on 03 June 2020, 15:09:49 UTC
Update error message in _zoneinfo.py to use f-string (GH-20577)
Tip revision: a125561
_testbuffer.vcxproj.filters
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <ItemGroup>
    <Filter Include="Source Files">
      <UniqueIdentifier>{8d232240-921a-4bc2-87c3-93ffd3462f0a}</UniqueIdentifier>
    </Filter>
  </ItemGroup>
  <ItemGroup>
    <ClCompile Include="..\Modules\_testbuffer.c">
      <Filter>Source Files</Filter>
    </ClCompile>
  </ItemGroup>
</Project>
back to top