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 zach.ware
Recipients zach.ware
Date 2013-12-10.17:32:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1386696725.08.0.917922388786.issue19949@psf.upfronthosting.co.za>
In-reply-to
Content
The attached patch moves test_xpickle away from using alternately defined empty TestCases to skip the backward compatibility tests to using a skip decorator.  Also, several disabled tests are moved from defining empty tests to setting the test name to None.  Also, the have_python_version function's test has its quotes swapped between ' and "; this made it possible to test the changes on Windows.
History
Date User Action Args
2013-12-10 17:32:05zach.waresetrecipients: + zach.ware
2013-12-10 17:32:05zach.waresetmessageid: <1386696725.08.0.917922388786.issue19949@psf.upfronthosting.co.za>
2013-12-10 17:32:04zach.warelinkissue19949 messages
2013-12-10 17:32:04zach.warecreate