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 r.david.murray
Recipients berker.peksag, demian.brecht, docs@python, georg.brandl, larry, orsenthil, py.user, python-dev, r.david.murray
Date 2013-09-14.17:38:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1379180319.27.0.394173290456.issue18206@psf.upfronthosting.co.za>
In-reply-to
Content
You are right, there was a further typo in the 3.4 URL that I missed.

Yes, requires_resource('network') is what I was referring to (though using transient_internet is also a very good idea :).  I also changed the urllib call to only do a HEAD request.  No need to rename the LICENSE file, I just pulled the info out of the data structure.  It's a white box test, but then so is parsing the "See" line at all, so I think it is acceptable.

(I wonder if it would be worthwhile to have transient_internet call requires_resource('network')?)
History
Date User Action Args
2013-09-14 17:38:39r.david.murraysetrecipients: + r.david.murray, georg.brandl, orsenthil, larry, docs@python, py.user, python-dev, berker.peksag, demian.brecht
2013-09-14 17:38:39r.david.murraysetmessageid: <1379180319.27.0.394173290456.issue18206@psf.upfronthosting.co.za>
2013-09-14 17:38:39r.david.murraylinkissue18206 messages
2013-09-14 17:38:39r.david.murraycreate