summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2006-05-03 02:12:47 (GMT)
committerFred Drake <fdrake@acm.org>2006-05-03 02:12:47 (GMT)
commit6b07be9d29ca1259f8e9388fb2e8a953580601fa (patch)
treecf20ffe57a9a38235337bbe25cbce95e236bd2a7
parentf25fa6ddb97979abe06fec961c22d8db0b6563a1 (diff)
downloadcpython-6b07be9d29ca1259f8e9388fb2e8a953580601fa.zip
cpython-6b07be9d29ca1259f8e9388fb2e8a953580601fa.tar.gz
cpython-6b07be9d29ca1259f8e9388fb2e8a953580601fa.tar.bz2
at least comment on why curly-quotes are not enabled
-rw-r--r--Doc/perl/l2hinit.perl3
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/perl/l2hinit.perl b/Doc/perl/l2hinit.perl
index 3f84c8e..7c5d123 100644
--- a/Doc/perl/l2hinit.perl
+++ b/Doc/perl/l2hinit.perl
@@ -8,6 +8,9 @@ $HTML_VERSION = 4.01;
$LOWER_CASE_TAGS = 1;
$NO_FRENCH_QUOTES = 1;
+# '' in \code{...} is still converted, so we can't use this yet.
+#$USE_CURLY_QUOTES = 1;
+
# Force Unicode support to be loaded; request UTF-8 output.
do_require_extension('unicode');
do_require_extension('utf8');