[python-committers] [Infrastructure] test suite dependencies on www.python.org
"Martin v. Löwis"
martin at v.loewis.de
Wed Mar 20 20:44:19 CET 2013
More information about the python-committers mailing list
Wed Mar 20 20:44:19 CET 2013
- Previous message: [python-committers] [Infrastructure] test suite dependencies on www.python.org
- Next message: [python-committers] [Infrastructure] test suite dependencies on www.python.org
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Am 20.03.13 04:27, schrieb R. David Murray:
> Example:
>
> request = urllib.request.Request("http://www.python.org/~jeremy/")
>
> And then there are things like:
>
> h = client.HTTPSConnection('svn.python.org', 443, context=context)
>
> I don't think there are a huge number of these, but we will need to
> deal with them.
In the past, we just let them break and then fix the test case,
which is not the best solution, but also not overly tragic (IMO).
Note that the redesign project includes an objective of URL stability.
The test suite is here of least concern, as there are thousands of
incoming links to various pages. These need to be preserved as much
as feasible (possibly using redirects).
Regards,
Martin
- Previous message: [python-committers] [Infrastructure] test suite dependencies on www.python.org
- Next message: [python-committers] [Infrastructure] test suite dependencies on www.python.org
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the python-committers mailing list