Staging
v0.5.1
https://github.com/python/cpython
Revision dfe159ca552870f801e34cc57e9bb7d6836ce7df authored by Miss Islington (bot) on 13 January 2020, 19:30:00 UTC, committed by GitHub on 13 January 2020, 19:30:00 UTC

Specify that sys.float_info.min is only the minimum normalized float.
(cherry picked from commit 9362f8526e42157baf27df982b16f23f212c3c3a)

Co-authored-by: Victor Stinner <vstinner@python.org>
1 parent 9dbf5d3
Raw File
Tip revision: dfe159ca552870f801e34cc57e9bb7d6836ce7df authored by Miss Islington (bot) on 13 January 2020, 19:30:00 UTC
bpo-39310: Update sys.float_info documentation (GH-17982)
Tip revision: dfe159c
_msi.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>{bdef7710-e433-4ac0-84e0-14f34454bd3e}</UniqueIdentifier>
    </Filter>
  </ItemGroup>
  <ItemGroup>
    <ClCompile Include="..\PC\_msi.c">
      <Filter>Source Files</Filter>
    </ClCompile>
  </ItemGroup>
</Project>
back to top