[Python-checkins] r45870 - python/trunk/Doc/perl/l2hinit.perl

fred.drake python-checkins at python.org
Wed May 3 04:12:49 CEST 2006


Author: fred.drake
Date: Wed May  3 04:12:47 2006
New Revision: 45870

Modified:
   python/trunk/Doc/perl/l2hinit.perl
Log:
at least comment on why curly-quotes are not enabled

Modified: python/trunk/Doc/perl/l2hinit.perl
==============================================================================
--- python/trunk/Doc/perl/l2hinit.perl	(original)
+++ python/trunk/Doc/perl/l2hinit.perl	Wed May  3 04:12:47 2006
@@ -8,6 +8,9 @@
 $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');


More information about the Python-checkins mailing list