This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author barry
Recipients barry, orsenthil
Date 2010-10-14.18:09:09
SpamBayes Score 8.110684e-06
Marked as misclassified No
Message-id <1287079752.25.0.596134475889.issue10094@psf.upfronthosting.co.za>
In-reply-to
Content
The problem occurs on Ubuntu 10.10 because there's a new environment variable called $UBUNTU_MENUPROXY in the default user environment.  This is why it suddenly showed up in Python 3.1 and why it does not occur on other OS (even Ubuntu 10.04).

ProxyTests.setUp() conditional is too naive.  Will attach patch, commit and backport.
History
Date User Action Args
2010-10-14 18:09:12barrysetrecipients: + barry, orsenthil
2010-10-14 18:09:12barrysetmessageid: <1287079752.25.0.596134475889.issue10094@psf.upfronthosting.co.za>
2010-10-14 18:09:10barrylinkissue10094 messages
2010-10-14 18:09:09barrycreate