[Python-checkins] python/dist/src/Doc/perl python.perl, 1.137.8.2, 1.137.8.3

fdrake at users.sourceforge.net fdrake at users.sourceforge.net
Thu Apr 8 11:47:04 EDT 2004


Update of /cvsroot/python/python/dist/src/Doc/perl
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7488

Modified Files:
      Tag: release23-maint
	python.perl 
Log Message:
avoid stripping space after indexing macros


Index: python.perl
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/perl/python.perl,v
retrieving revision 1.137.8.2
retrieving revision 1.137.8.3
diff -C2 -d -r1.137.8.2 -r1.137.8.3
*** python.perl	1 Apr 2004 04:33:39 -0000	1.137.8.2
--- python.perl	8 Apr 2004 15:46:56 -0000	1.137.8.3
***************
*** 575,581 ****
  	}
      }
!     if (/^[ \t\r\n]/) {
!         $_ = substr($_, 1);
!     }
      return "$aname$anchor_invisible_mark</a>" . $_;
  }
--- 575,582 ----
  	}
      }
! # XXX I don't remember why I added this to begin with.
! #     if (/^[ \t\r\n]/) {
! #         $_ = substr($_, 1);
! #     }
      return "$aname$anchor_invisible_mark</a>" . $_;
  }




More information about the Python-checkins mailing list