homepage

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 Arfrever
Recipients Arfrever, eric.araujo, serhiy.storchaka, tarek, vajrasky
Date 2013年11月04日.16:48:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1383583719.2.0.265057853502.issue19492@psf.upfronthosting.co.za>
In-reply-to
Content
> Lib/distutils/tests/test_build_ext.py
...
> - ALREADY_TESTED = True
> + ALREADY_TESTED = type(self).__name__
Why this change?
> Lib/distutils/tests/test_build_ext.py
...
> + @unittest.skipIf(sys.version < '2.6',
> + 'site.USER_SITE was introduced in 2.6')
> def test_user_site(self):
> - # site.USER_SITE was introduced in 2.6
> - if sys.version < '2.6':
> - return
This check probably could be deleted.
History
Date User Action Args
2013年11月04日 16:48:39Arfreversetrecipients: + Arfrever, tarek, eric.araujo, serhiy.storchaka, vajrasky
2013年11月04日 16:48:39Arfreversetmessageid: <1383583719.2.0.265057853502.issue19492@psf.upfronthosting.co.za>
2013年11月04日 16:48:39Arfreverlinkissue19492 messages
2013年11月04日 16:48:39Arfrevercreate

AltStyle によって変換されたページ (->オリジナル) /