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 tebeka
Recipients tebeka
Date 2012-05-23.21:50:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1337809847.78.0.457285588571.issue14895@psf.upfronthosting.co.za>
In-reply-to
Content
EnvironmentVariableTests depends on format of string representation of objects.

While working on Jython 2.7 the test failed due to:
    AssertionError: "[u'ignore::DeprecationWarning']" != "['ignore::DeprecationWarning']"

Attached is a patch to get the output of child process via marshal and also use set so order is not important.
History
Date User Action Args
2012-05-23 21:50:49tebekasetrecipients: + tebeka
2012-05-23 21:50:47tebekasetmessageid: <1337809847.78.0.457285588571.issue14895@psf.upfronthosting.co.za>
2012-05-23 21:50:47tebekalinkissue14895 messages
2012-05-23 21:50:47tebekacreate