[Python-modules-team] Bug#624105: python-mpmath: These appear to be Python 3

Frank A. Kingswood frank at kingswood-consulting.co.uk
Sat Aug 27 13:41:56 UTC 2011


Package: python-mpmath
Version: 0.17-1
Followup-For: Bug #624105

I'm seeing this as well. Functionality does not appears to be impacted
as two files are validation tests, one is python 3 specific

Fixes are simple:
	print(".", end=\' \')\n'))
should be
	print ".",

There are also some calls to
	print()
which should be
	print

Finally, exec_py3.py should simply not be installed at all.

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

Kernel: Linux 2.6.39.1 (SMP w/8 CPU cores; PREEMPT)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash

Versions of packages python-mpmath depends on:
ii  python                        2.6.7-3    interactive high-level object-orie
ii  python-support                1.0.14     automated rebuilding support for P

python-mpmath recommends no packages.

Versions of packages python-mpmath suggests:
pn  python-gmpy                   <none>     (no description available)
ii  python-matplotlib             1.0.1-3    Python based plotting system in a 
pn  python-mpmath-doc             <none>     (no description available)

-- no debconf information





More information about the Python-modules-team mailing list