test_urlwithfrag failed on Python 3.3

I'm trying to install python 3.3 on Ubuntu and in the terminal I used "make test" and one of the tests failed. I used ./python -m test -v test_urlwithfrag which gave me: == CPython 3.3.0 (default, Dec 19 2012, 11:13:20) [GCC 4.6.3] == Linux-3.2.0-35-generic-pae-i686-with-debian-wheezy-sid little-endian == /home/bud/Desktop/Python-3.3.0/build/test_python_32101 Testing with flags: sys.flags(debug=0, inspect=0, interactive=0, optimize=0, dont_write_bytecode=0, no_user_site=0, no_site=0, ignore_environment=0, verbose=0, bytes_warning=0, quiet=0, hash_randomization=1) [1/1] test_urlwithfrag test test_urlwithfrag crashed -- Traceback (most recent call last): File "/home/bud/Desktop/Python-3.3.0/Lib/test/regrtest.py", line 1213, in runtest_inner the_package = __import__(abstest, globals(), locals(), []) ImportError: No module named 'test.test_urlwithfrag' 1 test failed: test_urlwithfrag I'm not sure if this is needed but in the last few lines of "make test": ====================================================================== FAIL: test_urlwithfrag (test.test_urllib2net.OtherNetworkTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/bud/Desktop/Python-3.3.0/Lib/test/test_urllib2net.py", line 165, in test_urlwithfrag "http://docs.python.org/glossary.html#glossary") AssertionError: 'http://docs.python.org/2/glossary.html' != 'http://docs.python.org/glossary.html#glossary' - http://docs.python.org/2/glossary.html ? -- + http://docs.python.org/glossary.html#glossary ? +++++++++ Thank you.

The test to run would be: ./python Lib/test/test_urllib2net.py Could you run that and see if all is well? You could also unset HTTP_PROXY and unset HTTPS_PROXY if that matters. On Wed, Dec 19, 2012 at 10:47 AM, <jakejeckel358@roadrunner.com> wrote:
./python -m test -v test_urlwithfrag

The test to run would be: ./python Lib/test/test_urllib2net.py Could you run that and see if all is well? You could also unset HTTP_PROXY and unset HTTPS_PROXY if that matters. On Wed, Dec 19, 2012 at 10:47 AM, <jakejeckel358@roadrunner.com> wrote:
./python -m test -v test_urlwithfrag
participants (2)
-
jakejeckel358@roadrunner.com
-
Senthil Kumaran