python warnings

2004-03-21 Thread Han-Wen Nienhuys
[EMAIL PROTECTED] 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< 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< in Python 2.4 and up
>   cs = cs  + (ord (b) << shift)
> 
> Please fix -- the messages are repeated very often...

fixed.

--
 Han-Wen Nienhuys   |   [EMAIL PROTECTED]   |   http://www.xs4all.nl/~hanwen 



___
Lilypond-devel mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-devel


python warnings

2004-03-21 Thread Werner LEMBERG

[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