[Zope3-dev] FreeBSD Test Results - Zope 3 / Python 2.3 - Not OK :-(

Tim Peters tim@zope.com
Wed, 22 Jan 2003 13:39:03 -0500


> From: zope3-dev-admin@zope.org [mailto:zope3-dev-admin@zope.org]On
> Behalf Of zope-tests@bitdance.com
> Sent: Wednesday, January 22, 2003 4:38 AM
> To: zope3-dev@zope.org
> Subject: [Zope3-dev] FreeBSD Test Results - Zope 3 / Python 2.3 - Not O=
K
> :-(
>
>
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
> Python Version:2.3a0 (#1, Dec 24 2002, 16:35:46)
> [GCC 2.95.4 20020320 [FreeBSD]]
>
> Modules included:
> Zope3 (HEAD)
>
> Running tests from /var/home/rdmurray/proj/zopeautotest/sandbox/Zope3
> /var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/i18n/i
> nterfaces.py:758: DeprecationWarning: Non-ASCII character '\xa4',
> but no declared encoding
>   symbol. If it is present in a pattern, the monetary decimal
> ----------------------------------------------------------------------
> Ran 3275 tests in 404.712s

This is coming out of the docstring for class INumberFormat.  I don't kno=
w
what the docstring is trying to say.  The characters being complained abo=
ut
"look like little circles with 4 arms" on my display; I don't know what
they'll look like to anyone else:

"""
...
      =A4    This is the currency sign. it will be replaced by a currency
           symbol. If it is present in a pattern, the monetary decimal
           separator is used instead of the decimal separator.
      =A4=A4   This is the international currency sign. It will be replac=
ed
           by an international currency symbol.  If it is present in a
           pattern, the monetary decimal separator is used instead of
           the decimal separator.
...
"""

The warning is a good one, but I don't know how to fix it without knowing
the intent of the code.