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 pitrou
Recipients brett.cannon, eric.araujo, nadeem.vawda, pitrou, python-dev
Date 2011-10-02.22:45:52
SpamBayes Score 5.4238336e-07
Marked as misclassified No
Message-id <1317595344.3562.4.camel@localhost.localdomain>
In-reply-to <1317594460.75.0.686221808347.issue12804@psf.upfronthosting.co.za>
Content
> > If it is easy to detect network availability programmatically, we could
> > just use the skip system.
> 
> +1. I don't know if there is a reasonable way to do this, but if so, that
> would be the best solution.

Actually, the skip system is already supposed to work for that if used
properly (see test.support.transient_internet()). However, perhaps it
actually doesn't work in all situations.
History
Date User Action Args
2011-10-02 22:45:53pitrousetrecipients: + pitrou, brett.cannon, nadeem.vawda, eric.araujo, python-dev
2011-10-02 22:45:52pitroulinkissue12804 messages
2011-10-02 22:45:52pitroucreate