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

Bug#344920: marked as done (PyritePublisher/prc.py: future warning)



Your message dated Mon, 18 Aug 2014 16:03:47 +1200
with message-id <20140818040347.GA14743@gemse>
and subject line Re: Bug#344920: PyritePublisher/prc.py: future warning
has caused the Debian Bug report #344920,
regarding PyritePublisher/prc.py: future warning
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
344920: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=344920
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: pyrite-publisher
Version: 2.1.1-5
Severity: minor
File: /usr/lib/python2.3/site-packages/PyritePublisher/prc.py

Seen on upgrade:
Setting up python2.3 (2.3.5-9) ...
Compiling python modules in /usr/lib/python2.3 ...
/usr/lib/python2.3/site-packages/PyritePublisher/prc.py:409: FutureWarning: hex/oct constants > sys.maxint will return positive values in Python 2.4 and up
  attr = (auid & 0xff000000) >> 24
Compiling optimized python modules in /usr/lib/python2.3 ...
/usr/lib/python2.3/site-packages/PyritePublisher/prc.py:409: FutureWarning: hex/oct constants > sys.maxint will return positive values in Python 2.4 and up
  attr = (auid & 0xff000000) >> 24


--- End Message ---
--- Begin Message ---
On Tue, Dec 27, 2005 at 11:35:23PM +0800, Dan Jacobson wrote:
> Seen on upgrade:
> Setting up python2.3 (2.3.5-9) ...
> Compiling python modules in /usr/lib/python2.3 ...
> /usr/lib/python2.3/site-packages/PyritePublisher/prc.py:409: FutureWarning: hex/oct constants > sys.maxint will return positive values in Python 2.4 and up
>   attr = (auid & 0xff000000) >> 24
> Compiling optimized python modules in /usr/lib/python2.3 ...
> /usr/lib/python2.3/site-packages/PyritePublisher/prc.py:409: FutureWarning: hex/oct constants > sys.maxint will return positive values in Python 2.4 and up
>   attr = (auid & 0xff000000) >> 24

Thanks for your report, and sorry it's languished for so long.

This warning is gone with more recent python versions, as found in
current Debian releases, and the code actually expects the constant to
be positive (it is extracting the upper 8 bits from a word), so closing.

Cheers,
    Olly

--- End Message ---

Reply to: