Staging
v0.5.1
https://github.com/python/cpython
Revision 0a95063d732b6f309a0cbf73e6095fb8774e5914 authored by Eric Smith on 30 April 2008, 01:09:30 UTC, committed by Eric Smith on 30 April 2008, 01:09:30 UTC
Implemented grouping, with tests.
Cleaned up PyOS_ascii_formatd by breaking reformatting into smaller functions.
1 parent 48f6276
Raw File
Tip revision: 0a95063d732b6f309a0cbf73e6095fb8774e5914 authored by Eric Smith on 30 April 2008, 01:09:30 UTC
Issue 2526, float.__format__ 'n' specifier does not support thousands grouping.
Tip revision: 0a95063
pyd.vsprops
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioPropertySheet
	ProjectType="Visual C++"
	Version="8.00"
	Name="pyd"
	InheritedPropertySheets=".\pyproject.vsprops;.\release.vsprops"
	>
	<Tool
		Name="VCCLCompilerTool"
		RuntimeLibrary="2"
	/>
	<Tool
		Name="VCLinkerTool"
		OutputFile="$(OutDir)\$(ProjectName).pyd"
		ProgramDatabaseFile="$(OutDir)\$(ProjectName).pdb"
		ImportLibrary="$(OutDir)\$(TargetName).lib"
	/>
	<Tool
		Name="VCPostBuildEventTool"
		CommandLine=""
	/>
</VisualStudioPropertySheet>
back to top