This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author doko
Recipients doko
Date 2017-12-08.09:41:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1512726108.41.0.213398074469.issue32254@psf.upfronthosting.co.za>
In-reply-to
Content
lintian (the Debian packaging checker) recently started flagging so-called "privacy-breach" issues:

https://lintian.debian.org/maintainer/doko@debian.org.html#python2.7

python2.7-doc
W privacy-breach-generic
usr/share/doc/python2.7/html/about.html (https://docs.python.org/2/about.html)
usr/share/doc/python2.7/html/bugs.html (https://docs.python.org/2/bugs.html)
usr/share/doc/python2.7/html/c-api/abstract.html (https://docs.python.org/2/c-api/abstract.html)
[...]
and 500 more.

that's because Doc/tools/templates/layout.html hardcodes an absolute URL and there is no configure way to change it.  I don't think that local builds should point to the same single-point-of-failure URL, but use local references instead.
History
Date User Action Args
2017-12-08 09:41:48dokosetrecipients: + doko
2017-12-08 09:41:48dokosetmessageid: <1512726108.41.0.213398074469.issue32254@psf.upfronthosting.co.za>
2017-12-08 09:41:48dokolinkissue32254 messages
2017-12-08 09:41:48dokocreate