lilypond-devel
[Top][All Lists]
Advanced

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

python warnings


From: Werner LEMBERG
Subject: python warnings
Date: Sun, 21 Mar 2004 13:31:54 +0100 (CET)

[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...


    Werner




reply via email to

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