Package: python2.3-moinmoin
Version: 1.3.4.really.1.3.5rc1-1
Severity: normal

Partial transcript of install session:

Setting up python2.3-moinmoin (1.3.4.really.1.3.5rc1-1) ...
/usr/lib/python2.3/site-packages/MoinMoin/support/lupy/store.py:158: 
FutureWarning: hex/oct constants > sys.maxint will return positive values in 
Python 2.4 and up
  self.writeInt((i >> 32) & 0xFFFFFFFF)
/usr/lib/python2.3/site-packages/MoinMoin/support/lupy/store.py:159: 
FutureWarning: hex/oct constants > sys.maxint will return positive values in 
Python 2.4 and up
  self.writeInt(i & 0xFFFFFFFF)
/usr/lib/python2.3/site-packages/MoinMoin/support/lupy/store.py:158: 
FutureWarning: hex/oct constants > sys.maxint will return positive values in 
Python 2.4 and up
  self.writeInt((i >> 32) & 0xFFFFFFFF)
/usr/lib/python2.3/site-packages/MoinMoin/support/lupy/store.py:159: 
FutureWarning: hex/oct constants > sys.maxint will return positive values in 
Python 2.4 and up
  self.writeInt(i & 0xFFFFFFFF)

I realize they're just warnings, but:

1) These messges are very spewy and look bad;
2) They might frighten users;
3) Since we do also currently ship python2.4-moinmoin, that package might
   actually be behaving in a way contrary to that intended by the
   programmer.

'Course, it does kinda look like the code in question is trying to convert
a long integer to a normal one, so maybe I'm worried about nothing in case
3).

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: powerpc (ppc)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.9-powerpc-smp
Locale: LANG=C, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to