lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

python warnings


From: Han-Wen Nienhuys
Subject: python warnings
Date: Sun, 21 Mar 2004 15:34:45 +0100

address@hidden writes:
> 
> [CVS 2004-03-20 13:43 MET]
> 
> I get the following harmless warnings, using python 2.3.3:
> 
>   mf-to-table.py:55: FutureWarning:
>     x<<y losing bits or changing sign will return a long
>     in Python 2.4 and up
>       cs = cs  + (ord (b) << shift)
>   mf-to-table.py:280: FutureWarning:
>     %u/%o/%x/%X of negative int will return a signed string
>     in Python 2.4 and up
>       afm.write ("Comment TfmCheckSum %u\n" % cs)
> 
>   tfm.py:8: FutureWarning:
>     x<<y losing bits or changing sign will return a long
>     in Python 2.4 and up
>       cs = cs  + (ord (b) << shift)
> 
> Please fix -- the messages are repeated very often...

fixed.

--
 Han-Wen Nienhuys   |   address@hidden   |   http://www.xs4all.nl/~hanwen 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]