Author: pierre Date: Fri Oct 6 23:46:40 2017 New Revision: 19296 Log: Change Python documentation download urls to something more permanent (the url containing "archive" only points to the most recent version)
Modified: trunk/BOOK/general/prog/python2.xml trunk/BOOK/general/prog/python3.xml Modified: trunk/BOOK/general/prog/python2.xml ============================================================================== --- trunk/BOOK/general/prog/python2.xml Fri Oct 6 20:31:58 2017 (r19295) +++ trunk/BOOK/general/prog/python2.xml Fri Oct 6 23:46:40 2017 (r19296) @@ -13,7 +13,7 @@ <!ENTITY python2-time "0.9 SBU (additional 4.3 SBU for tests)"> <!ENTITY python2htmldoc-download-http - "https://docs.python.org/2.7/archives/python-&python2-version;-docs-html.tar.bz2"> + "https://docs.python.org/ftp/python/doc/&python2-version;/python-&python2-version;-docs-html.tar.bz2"> ]> <sect1 id="python2" xreflabel="Python-&python2-version;"> Modified: trunk/BOOK/general/prog/python3.xml ============================================================================== --- trunk/BOOK/general/prog/python3.xml Fri Oct 6 20:31:58 2017 (r19295) +++ trunk/BOOK/general/prog/python3.xml Fri Oct 6 23:46:40 2017 (r19296) @@ -13,7 +13,7 @@ <!ENTITY python3-time "1.1 SBU (add 3.4 SBU for tests)"> <!ENTITY python3htmldoc-download-http - "https://docs.python.org/&python3-majorver;/archives/python-&python3-version;-docs-html.tar.bz2"> + "https://docs.python.org/ftp/python/doc/&python3-version;/python-&python3-version;-docs-html.tar.bz2"> ]> <sect1 id="python3" xreflabel="Python-&python3-version;"> -- http://lists.linuxfromscratch.org/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
