Staging
v0.5.1
https://github.com/python/cpython
Revision 67addfe2a87d22458323e268d2bcc7406e6febc2 authored by Guido van Rossum on 16 April 2001, 16:04:10 UTC, committed by Guido van Rossum on 16 April 2001, 16:04:10 UTC
its first return statement returns a single value while its caller
always expects it to return a tuple of two items.  Fix this by
returning (s, 0) instead.

This won't make the locale test on Irix succeed, but now it will fail
because of a bug in the platform's en_US locale rather than because of
a bug in the locale module.
1 parent 1fcd438
History
Tip revision: 67addfe2a87d22458323e268d2bcc7406e6febc2 authored by Guido van Rossum on 16 April 2001, 16:04:10 UTC
Implement Mark Favas's suggestion. There's a clear bug in _group():
Tip revision: 67addfe
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-- 2.0 KB
LICENSE -rw-r--r-- 12.2 KB
Makefile.pre.in -rw-r--r-- 21.8 KB
README -rw-r--r-- 37.6 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-- 25.0 KB

README

back to top