Changes by H Xu :
--
nosy: +xuhdev
___
Python tracker
<http://bugs.python.org/issue18050>
___
___
Python-bugs-list mailing list
Unsubscribe:
http://mail.pyth
H Xu added the comment:
I think this has been fixed. Where did you see the incorrect link?
--
___
Python tracker
<http://bugs.python.org/issue14489>
___
___
Pytho
New submission from H Xu :
The `repr()` built-in function link in this page [
http://docs.python.org/library/functions.html ] should link to the built-in
version of `repr()`.
It should link to: http://docs.python.org/library/functions.html#repr
However, it links to here: http
H Xu added the comment:
The result of 'make install SHELL="bash -x"' seems nothing different with the
"make install". Could there be any other way to debug?
--
___
Python tracker
<
New submission from H Xu :
Build python 2.6.6 and python 2.7.1 on a NetBSD-5.1-sparc machine.
1. Run './configure';
2. Run 'make';
3. Run 'make install'.
There will be a problem after run 'make install'.
The last few lines of error messages are like