Your message dated Thu, 15 Jun 2006 13:33:53 +0200
with message-id <[EMAIL PROTECTED]>
and subject line FutureWarning's not seen in 1.1.5
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: python2.3-imaging
Version: 1.1.4-1
Severity: minor
The following modules produce FutureWarning messages, see below:
/usr/lib/python2.3/site-packages/PIL/McIdasImagePlugin.py:29: FutureWarning:
x<<y losing bits or changing sign will return a long in Python 2.4 and up
return ord(c[3+i])+(ord(c[2+i])<<8)+(ord(c[1+i])<<16)+(ord(c[i])<<24)
/usr/lib/python2.3/site-packages/PIL/DcxImagePlugin.py:33: FutureWarning: x<<y
losing bits or changing sign will return a long in Python 2.4 and up
return ord(c[0]) + (ord(c[1])<<8) + (ord(c[2])<<16) + (ord(c[3])<<24)
/usr/lib/python2.3/site-packages/PIL/EpsImagePlugin.py:31: FutureWarning: x<<y
losing bits or changing sign will return a long in Python 2.4 and up
return ord(c[0]) + (ord(c[1])<<8) + (ord(c[2])<<16) + (ord(c[3])<<24)
Please let me know if I can be of further help,
Alex
-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux zen 2.4.20 #1 Sat Mar 15 23:40:18 CST 2003 i686
Locale: LANG=C, LC_CTYPE=C
Versions of packages python2.3-imaging depends on:
ii libc6 2.3.2-4 GNU C Library: Shared libraries an
ii libfreetype6 2.1.4-5 FreeType 2 font engine, shared lib
ii libjpeg62 6b-8 The Independent JPEG Group's JPEG
ii python2.3 2.3-4 An interactive high-level object-o
ii zlib1g 1:1.1.4-14 compression library - runtime
-- no debconf information
--- End Message ---
--- Begin Message ---
Version: 1.1.5
FutureWarning's not seen in 1.1.5
--- End Message ---