[issue16969] test_urlwithfrag fail

2013-01-18 Thread Ezio Melotti

Ezio Melotti added the comment:

This has been fixed already in 652286ee23f8, but apparently the fix is not 
included in 3.3.0.  I think it's safe to ignore the failure.

In the first message you said that this prevents correct installation.  What 
did you mean exactly?

--
type: behavior - compile error

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue16969
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue16969] test_urlwithfrag fail

2013-01-18 Thread Ry Erickson

Ry Erickson added the comment:

Oops. I just realized that it works, I just had not added python3 to PATH. It 
installed correctly, and there was never any issue. My mistake.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue16969
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue16969] test_urlwithfrag fail

2013-01-18 Thread Ezio Melotti

Ezio Melotti added the comment:

OK, I'll close the issue then.

--
resolution:  - fixed
stage:  - committed/rejected
status: open - closed

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue16969
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue16969] test_urlwithfrag fail

2013-01-17 Thread Ry Erickson

Ry Erickson added the comment:

./python -m test -v -uall test_urllib2net

== CPython 3.3.0 (default, Jan 14 2013, 20:45:36) [GCC 4.6.1]
==   Linux-3.0.0-29-generic-i686-with-debian-wheezy-sid little-endian
==   /home/ry/Desktop/Python-3.3.0/build/test_python_2264
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_urllib2net
test_sni (test.test_urllib2net.HTTPSTests) ... skipped 'requires SSL support'
test_custom_headers (test.test_urllib2net.OtherNetworkTests) ... ok
test_file (test.test_urllib2net.OtherNetworkTests) ... ok
test_ftp (test.test_urllib2net.OtherNetworkTests) ... ok
test_sites_no_connection_close (test.test_urllib2net.OtherNetworkTests) ... ok
test_urlwithfrag (test.test_urllib2net.OtherNetworkTests) ... FAIL
test_close (test.test_urllib2net.CloseSocketTest) ... ok
test_ftp_basic (test.test_urllib2net.TimeoutTest) ... ok
test_ftp_default_timeout (test.test_urllib2net.TimeoutTest) ... ok
test_ftp_no_timeout (test.test_urllib2net.TimeoutTest) ... ok
test_ftp_timeout (test.test_urllib2net.TimeoutTest) ... ok
test_http_basic (test.test_urllib2net.TimeoutTest) ... ok
test_http_default_timeout (test.test_urllib2net.TimeoutTest) ... ok
test_http_no_timeout (test.test_urllib2net.TimeoutTest) ... ok
test_http_timeout (test.test_urllib2net.TimeoutTest) ... ok

==
FAIL: test_urlwithfrag (test.test_urllib2net.OtherNetworkTests)
--
Traceback (most recent call last):
  File /home/ry/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
? +


--
Ran 15 tests in 26.079s

FAILED (failures=1, skipped=1)
test test_urllib2net failed
1 test failed:
test_urllib2net

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue16969
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue16969] test_urlwithfrag fail

2013-01-17 Thread Ramchandra Apte

Ramchandra Apte added the comment:

Hmmm. Because of the recent doc changes, that link is redirecting to 
http://docs.python.org/2...;. Even if we change that, for some reason, the 
fragment is disappearing when redirecting.

--
nosy: +ramchandra.apte

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue16969
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue16969] test_urlwithfrag fail

2013-01-17 Thread Ramchandra Apte

Changes by Ramchandra Apte maniandra...@gmail.com:


--
type: compile error - behavior

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue16969
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue16969] test_urlwithfrag fail

2013-01-17 Thread Ry Erickson

Ry Erickson added the comment:

I don't think compile is a valid command in mint.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue16969
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue16969] test_urlwithfrag fail

2013-01-15 Thread Ezio Melotti

Ezio Melotti added the comment:

That's because there's no test file called test_urlwithfrag.py.
Do you see any failure if you do ./python -m test -v test_urllib2net?

--
nosy: +ezio.melotti

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue16969
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue16969] test_urlwithfrag fail

2013-01-15 Thread Ry Erickson

Ry Erickson added the comment:

./python -m test -v test_urllib2net
== CPython 3.3.0 (default, Jan 14 2013, 20:45:36) [GCC 4.6.1]
==   Linux-3.0.0-29-generic-i686-with-debian-wheezy-sid little-endian
==   /home/ry/Desktop/Python-3.3.0/build/test_python_2080
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_urllib2net
test_urllib2net skipped -- Use of the 'network' resource not enabled
1 test skipped:
test_urllib2net
Those skips are all expected on linux.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue16969
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue16969] test_urlwithfrag fail

2013-01-15 Thread Ezio Melotti

Ezio Melotti added the comment:

Sorry, the right command is: ./python -m test -v -uall test_urllib2net

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue16969
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue16969] test_urlwithfrag fail

2013-01-14 Thread Ry Erickson

New submission from Ry Erickson:

Prevents correct installation. OS: Linux Mint 12 Lisa.

--
components: Tests
files: test
messages: 180003
nosy: Ry
priority: normal
severity: normal
status: open
title: test_urlwithfrag fail
type: compile error
versions: Python 3.3
Added file: http://bugs.python.org/file28730/test

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue16969
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com