A.M. Kuchling added the comment:

To clarify: http://www.python.org/doc//current/library/itertools.html returns 
the corresponding page from the 2.6.5c2 docs, while 
http://www.python.org/doc/current/library/itertools.html returns a 301 redirect 
to http://docs.python.org/library/itertools.html.  

Presumably there's a RewriteRule that fails to match with the doubled-slashes, 
so Apache falls through to the filesystem.  Maybe there's an old 'current' 
symlink that's pointing at 2.6.5c2.

----------
nosy: +akuchling

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue20610>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to