[Python-checkins] python/dist/src/Doc/perl python.perl,1.148,1.149

fdrake at users.sourceforge.net fdrake at users.sourceforge.net
Thu Apr 8 11:30:17 EDT 2004


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

Modified Files:
	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.148
retrieving revision 1.149
diff -C2 -d -r1.148 -r1.149
*** python.perl	1 Apr 2004 04:30:29 -0000	1.148
--- python.perl	8 Apr 2004 15:30:12 -0000	1.149
***************
*** 580,586 ****
          }
      }
!     if (/^[ \t\r\n]/) {
!         $_ = substr($_, 1);
!     }
      return "$aname$anchor_invisible_mark</a>" . $_;
  }
--- 580,587 ----
          }
      }
! # 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