summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Doc/README9
1 files changed, 8 insertions, 1 deletions
diff --git a/Doc/README b/Doc/README
index 46c0c30..5970874 100644
--- a/Doc/README
+++ b/Doc/README
@@ -120,6 +120,13 @@ To create info files:
- Perl. Find the software at
<http://language.perl.com/info/software.html>.
+ - HTML::Element. If you don't have this installed, you can get
+ this from CPAN. Use the command:
+
+ perl -e 'use CPAN; CPAN::install("HTML::Element");'
+
+ You may need to be root to do this.
+
To create HTML files:
- Perl 5.004_04 or newer. Find the software at
@@ -130,7 +137,7 @@ To create HTML files:
likely to work. Many older versions don't work with Perl
5.6 as well. This also screws up code fragments. ;-(
Releases are available at:
- <http://saftsack.fs.uni-bayreuth.de/~latex2ht/current/>.
+ <http://saftsack.fs.uni-bayreuth.de/~latex2ht/current/>.
What if Times fonts are not available?
d>1-103/+109 * bpo-38858: Add init_set_builtins_open() subfunction (GH-17346)Victor Stinner2019-11-221-18/+50 * bpo-38804: Fix REDoS in http.cookiejar (GH-17157)bcaller2019-11-224-6/+27 * Fix quoted signature of setattrofunc (GH-17251)Alex2019-11-221-1/+1 * bpo-38866: Remove asyncore from test_pyclbr.py (GH-17316)jacksonriley2019-11-221-1/+1 * bpo-38858: Call _PyUnicode_Fini() in Py_EndInterpreter() (GH-17330)Victor Stinner2019-11-223-22/+25 * bpo-36854: Fix refleak in subinterpreter (GH-17331)Victor Stinner2019-11-222-2/+13 * bpo-38863: Improve is_cgi() in http.server (GH-17312)Siwon Kang2019-11-22