[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

little problem in mailer.py in 1.3.0-rc5

From: Mathias Weinert <mathias.weinert_at_gfa-net.de>
Date: 2005-12-15 14:29:07 CET

Hi folks,

I just compiled and installed rc5 of subversion 1.3.0. There is
one little thing I found. If I call mailer.py (from cygwin as
I always do) I get the following warning:
sys:1: DeprecationWarning: Non-ASCII character '\xc3' in file ./mailer.py on line 6, but no encoding declared; see http://www.python.org/peps/pep-0263.html for details

The cause of this is the following line which contains a special
character in the month name of the LastChangeDate:
# $LastChangedDate: 2005-12-15 01:57:49 +0100 (jeu, 15 déc 2005) $

Even if I could set a encoding to suppress this warning I think
it would be better not to include such special characters in the
distributed sources/scripts.

BTW, Max, why do you get a date string obviously in French?

Mathias

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Dec 15 14:30:32 2005

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.