aigeano / pympler

Automatically exported from code.google.com/p/pympler
Apache License 2.0
0 stars 0 forks source link

--linkcheck error #18

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
There is one --linkcheck failure in "related"

http://pysizer.8325.org/ - broken: <urlopen error [Errno 61] Connection refused>

which may need to be fixed.  There are also 4 redirected URLs: 

heapmonitor 
http://docs.python.org/lib/profile-stats.html - redirected to 
http://www.python.org/doc/2.5.2/lib/profile-stats.html

index 
http://code.google.com/p/pympler/issues/ - redirected to 
http://code.google.com/p/pympler/issues/list

muppy/tutorial 
http://docs.python.org/lib/idle.html - redirected to 
http://www.python.org/doc/2.5.2/lib/idle.html

related 
http://code.google.com/p/pympler/issues - redirected to 
http://code.google.com/p/pympler/issues/list

Original issue reported on code.google.com by MrJean1@gmail.com on 27 Nov 2008 at 7:44

GoogleCodeExporter commented 9 years ago
It looks like the PySizer URL is indeed broken or no longer valid.  Perhaps we 
should make a note about that in 
the Pympler docs.  Plus we should skip that URL in --linkcheck.

Original comment by MrJean1@gmail.com on 27 Nov 2008 at 7:52

GoogleCodeExporter commented 9 years ago

Original comment by MrJean1@gmail.com on 29 Nov 2008 at 1:17

GoogleCodeExporter commented 9 years ago

Original comment by MrJean1@gmail.com on 30 Nov 2008 at 6:52

GoogleCodeExporter commented 9 years ago
Seemed to be a temporary problem. The PySizer site is available again. 

Furthermore, I'd rather not change the redirected URLs, especially those that
redirect to version-specific Python documentation.

Original comment by lhae...@gmail.com on 3 Dec 2008 at 6:26