Warning when testing 2.3.4c1

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Berthold Höllmann

    Warning when testing 2.3.4c1

    Hello,

    Testing 2.3.4c1 I get:

    ....
    test_format
    /home/devel/compile/Python-2.3.4c1/Lib/test/test_format.py: 19: FutureWarning: %u/%o/%x/%X of negative int will return a signed string in Python 2.4 and up
    result = formatstr % args
    ....

    Is this intended, or should it be solved?

    Regards
    Berthold
    --
    bhoel@web.de / http://starship.python.net/crew/bhoel/
  • Michel Claveau/Hamster

    #2
    Re: Warning when testing 2.3.4c1

    11 feb.04 14h.47




    Comment

    • Michael Hudson

      #3
      Re: Warning when testing 2.3.4c1

      bhoel@web.de (Berthold Höllmann) writes:
      [color=blue]
      > Hello,
      >
      > Testing 2.3.4c1 I get:
      >
      > ...
      > test_format
      > /home/devel/compile/Python-2.3.4c1/Lib/test/test_format.py: 19: FutureWarning: %u/%o/%x/%X of negative int will return a signed string in Python 2.4 and up
      > result = formatstr % args
      > ...
      >
      > Is this intended, or should it be solved?[/color]

      Argl. I thought that had been fixed... at any rate, it's not very
      important.

      Cheers,
      mwh

      --
      Have you considered downgrading your arrogance to a reasonable level?
      -- Erik Naggum, comp.lang.lisp, to yet another C++-using troll

      Comment

      Working...