@Edward: > For future ref, I have email addresses on my LP page, so this makes me wonder if they're properly visible.
They are not. https://launchpad.net/~edward.donovan says "No public address provided.", I figure you need to agree to showing them in public. It's certainly a sensible default to not show them, as an email address on a public web page attracts a lot of spam. As for the print statement, print() works just as well in Python 2 as long as you don't use commas in there; if you do, it prints a tuple instead. So these are fine: print('hello') print('hello %s' % world) but this needs the __future__ statement or need to be rewritten to have one single argument: print('hello', 'world') -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to thunderbird in Ubuntu. https://bugs.launchpad.net/bugs/1013171 Title: Many package hooks not ported to python3 Status in “apport” package in Ubuntu: Fix Released Status in “apport-symptoms” package in Ubuntu: Fix Released Status in “bluez” package in Ubuntu: Fix Released Status in “dkms” package in Ubuntu: In Progress Status in “firefox” package in Ubuntu: Fix Committed Status in “gnome-screensaver” package in Ubuntu: Fix Released Status in “libatasmart” package in Ubuntu: Fix Released Status in “mdadm” package in Ubuntu: Confirmed Status in “network-manager” package in Ubuntu: Fix Committed Status in “notify-osd” package in Ubuntu: Fix Released Status in “shadow” package in Ubuntu: Fix Released Status in “thunderbird” package in Ubuntu: Fix Committed Status in “udisks2” package in Ubuntu: Fix Released Status in “xdiagnose” package in Ubuntu: Fix Released Status in “apport” source package in Quantal: Fix Released Status in “apport-symptoms” source package in Quantal: Fix Released Status in “bluez” source package in Quantal: Fix Released Status in “dkms” source package in Quantal: In Progress Status in “firefox” source package in Quantal: Fix Committed Status in “gnome-screensaver” source package in Quantal: Fix Released Status in “libatasmart” source package in Quantal: Fix Released Status in “mdadm” source package in Quantal: Confirmed Status in “network-manager” source package in Quantal: Fix Committed Status in “notify-osd” source package in Quantal: Fix Released Status in “shadow” source package in Quantal: Fix Released Status in “thunderbird” source package in Quantal: Fix Committed Status in “udisks2” source package in Quantal: Fix Released Status in “xdiagnose” source package in Quantal: Fix Released Bug description: While trying to upgrade from 12.04 to Quantal I received an error of: Could not install python3: subprocess installed post-installation script returned error exit status 4 ProblemType: Bug DistroRelease: Ubuntu 12.10 Package: python3 3.2.3-0ubuntu1 ProcVersionSignature: Ubuntu 3.2.0-23.36-generic 3.2.14 Uname: Linux 3.2.0-23-generic x86_64 NonfreeKernelModules: wl ApportVersion: 2.2.2-0ubuntu2 Architecture: amd64 Date: Thu Jun 14 09:13:21 2012 InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 (20120425) PackageArchitecture: all ProcEnviron: TERM=xterm PATH=(custom, no user) LANG=en_US.UTF-8 SHELL=/bin/bash SourcePackage: python3-defaults UpgradeStatus: Upgraded to quantal on 2012-06-14 (0 days ago) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/apport/+bug/1013171/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp