[Python-checkins] CVS: python/dist/src/Doc/perl python.perl,1.69,1.70

Fred Drake python-dev@python.org
2000年4月10日 13:47:16 -0400


Update of /projects/cvsroot/python/dist/src/Doc/perl
In directory seahag.cnri.reston.va.us:/home/fdrake/projects/python/Doc/perl
Modified Files:
	python.perl 
Log Message:
do_cmd_datalineni(): New function, to implement the non-indexing form
 of \dataline.
Index: python.perl
===================================================================
RCS file: /projects/cvsroot/python/dist/src/Doc/perl/python.perl,v
retrieving revision 1.69
retrieving revision 1.70
diff -C2 -r1.69 -r1.70
*** python.perl	2000年04月03日 04:41:18	1.69
--- python.perl	2000年04月10日 17:47:14	1.70
***************
*** 774,777 ****
--- 774,783 ----
 }
 
+ sub do_cmd_datalineni{
+ local($_) = @_;
+ my $data_name = next_argument();
+ return "<dt><b><tt>$data_name</tt></b><dd>" . $_;
+ }
+ 
 sub do_env_excdesc{
 local($_) = @_;

AltStyle によって変換されたページ (->オリジナル) /