Package: python2.7
Version: 2.7.2-5
Severity: normal

The current release of python 2.7 is linked improperly against
libncurses instead of the wide-char capable version libncursesw like
python 2.6 is. This makes it much more difficult to work with unicode in
Python with curses.

A simple rebuild with libncursesw should fix the issue.

For reference:

$ ldd /usr/lib/python2.6/lib-dynload/_curses.so
    ...
    libncursesw.so.5 => /lib/libncursesw.so.5 (0x00007f6f1016f000)
    ...

$ ldd /usr/lib/python2.7/lib-dynload/_curses.so
    ...
    libncurses.so.5 => /lib/libncurses.so.5 (0x00007fa300c4b000)
    ...

- Jack

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 3.0.0-1-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_US.utf8)
Shell: /bin/sh linked to /bin/dash

Versions of packages python2.7 depends on:
ii  libbz2-1.0                    1.0.5-6    high-quality block-sorting file co
ii  libc6                         2.13-16    Embedded GNU C Library: Shared lib
ii  libdb4.8                      4.8.30-9   Berkeley v4.8 Database Libraries [
ii  libexpat1                     2.0.1-7    XML parsing C library - runtime li
ii  libncurses5                   5.9-1      shared libraries for terminal hand
ii  libreadline6                  6.2-2      GNU readline and history libraries
ii  libsqlite3-0                  3.7.7-2    SQLite 3 shared library
ii  mime-support                  3.51-1     MIME files 'mime.types' & 'mailcap
ii  python2.7-minimal             2.7.2-5    A minimal subset of the Python lan

python2.7 recommends no packages.

Versions of packages python2.7 suggests:
ii  binutils              2.21.52.20110606-2 The GNU assembler, linker and bina
pn  python2.7-doc         <none>             (no description available)

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to