[docs] test_urlwithfrag failed on Python 3.3

jakejeckel358 at roadrunner.com jakejeckel358 at roadrunner.com
Wed Dec 19 19:47:14 CET 2012


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. 


More information about the docs mailing list