| Index: Lib/test/test_urllib2_localnet.py |
| =================================================================== |
| --- Lib/test/test_urllib2_localnet.py (revisión: 5073) |
| +++ Lib/test/test_urllib2_localnet.py (copia de trabajo) |
| @@ -226,7 +226,7 @@ |
| class ProxyAuthTests(unittest.TestCase): |
| URL = "http://www.foo.com" |
| - PORT = 8080 |
| + PORT = 8765 |
|
Nicholas Riley
2008/08/04 02:59:41
Seems to be an unrelated change; if this is a prob
Leo Soto M.
2008/08/04 03:11:53
On 2008/08/04 02:59:41, Nicholas Riley wrote:
> Se
|
| USER = "tester" |
| PASSWD = "test123" |
| REALM = "TestRealm" |