Staging
v0.5.1
https://github.com/python/cpython
Revision 88ad12afacb2b08b5d675be61f47c9244fba6825 authored by Martin v. Löwis on 13 April 2001, 08:09:50 UTC, committed by Martin v. Löwis on 13 April 2001, 08:09:50 UTC
fixes bug #414940, and redoes the fix for #129417 in a different way.
It also fixes a number of other problems with locale-specific formatting:
If there is leading or trailing spaces, then no grouping should be applied
in the spaces, and the total length of the string should not be changed
due to grouping.
Also added test case which works only if the en_US locale is available.
1 parent 613b222
History
Tip revision: 88ad12afacb2b08b5d675be61f47c9244fba6825 authored by Martin v. Löwis on 13 April 2001, 08:09:50 UTC
Patch #415777: new grouping strategy.
Tip revision: 88ad12a
File Mode Size
Demo
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Python
RISCOS
Tools
.cvsignore -rw-r--r-- 79 bytes
.hgtags -rw-r--r-- 1.9 KB
LICENSE -rw-r--r-- 9.2 KB
Makefile.pre.in -rw-r--r-- 21.8 KB
README -rw-r--r-- 37.9 KB
acconfig.h -rw-r--r-- 6.0 KB
config.h.in -rw-r--r-- 16.5 KB
configure -rwxr-xr-x 177.3 KB
configure.in -rw-r--r-- 36.3 KB
install-sh -rwxr-xr-x 5.5 KB
setup.py -rw-r--r-- 24.5 KB

README

back to top