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
debug.vsprops
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioPropertySheet
	ProjectType="Visual C++"
	Version="8.00"
	Name="debug"
	>
	<Tool
		Name="VCCLCompilerTool"
		PreprocessorDefinitions="_DEBUG"
	/>
	<UserMacro
		Name="KillPythonExe"
		Value="$(OutDir)\kill_python_d.exe"
	/>
</VisualStudioPropertySheet>
back to top