Mailing List Archive

python/dist/src/Doc/perl python.perl,1.116.4.3,1.116.4.4
Update of /cvsroot/python/python/dist/src/Doc/perl
In directory usw-pr-cvs1:/tmp/cvs-serv30711

Modified Files:
Tag: release22-maint
python.perl
Log Message:
Back-port part of 1.128 from the trunk:
\productioncont: Replace leading spaces with   so that it's
possible to control the indentation of continuation lines.


Index: python.perl
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/perl/python.perl,v
retrieving revision 1.116.4.3
retrieving revision 1.116.4.4
diff -C2 -d -r1.116.4.3 -r1.116.4.4
*** python.perl 3 Apr 2002 02:46:17 -0000 1.116.4.3
--- python.perl 7 Oct 2002 16:18:57 -0000 1.116.4.4
***************
*** 809,812 ****
--- 809,813 ----
local($_) = @_;
my $defn = next_argument();
+ $defn =~ s/^( +)/' ' x length $1/e;
return ("<tr valign=\"baseline\">\n"
. " <td>&nbsp;</td>\n"