[Python-checkins] python/dist/src/Modules _localemodule.c, 2.48,
2.49
bcannon at users.sourceforge.net
bcannon at users.sourceforge.net
Fri Aug 27 07:00:25 CEST 2004
Update of /cvsroot/python/python/dist/src/Modules
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11482/Modules
Modified Files:
_localemodule.c
Log Message:
Fix the spelling of Fredrik Lundh's last name (unless there really is a
"Fredrik Lund" who contributed the code in question).
Index: _localemodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/_localemodule.c,v
retrieving revision 2.48
retrieving revision 2.49
diff -u -d -r2.48 -r2.49
--- _localemodule.c 22 Jul 2004 18:44:01 -0000 2.48
+++ _localemodule.c 27 Aug 2004 05:00:22 -0000 2.49
@@ -408,7 +408,7 @@
#if defined(__APPLE__)
/*
** Find out what the current script is.
-** Donated by Fredrik Lund.
+** Donated by Fredrik Lundh.
*/
static char *mac_getscript(void)
{
More information about the Python-checkins
mailing list