[Python-checkins] CVS: python/dist/src/Doc/perl python.perl,1.108,1.108.2.1
Guido van Rossum
gvanrossum@users.sourceforge.net
2001年8月20日 20:05:19 -0700
- Previous message: [Python-checkins] CVS: python/dist/src/Doc/lib libthreading.tex,1.9,1.9.4.1
- Next message: [Python-checkins] CVS: python/dist/src/Doc/ext embedding.tex,NONE,1.1.2.1 extending.tex,NONE,1.1.2.1 newtypes.tex,NONE,1.1.2.1 unix.tex,NONE,1.1.2.1 windows.tex,NONE,1.1.2.1 ext.tex,1.103,1.103.2.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/python/python/dist/src/Doc/perl
In directory usw-pr-cvs1:/tmp/cvs-serv30284/perl
Modified Files:
Tag: r22a2-branch
python.perl
Log Message:
Merge the Docs from the trunk for the last time.
Index: python.perl
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/perl/python.perl,v
retrieving revision 1.108
retrieving revision 1.108.2.1
diff -C2 -d -r1.108 -r1.108.2.1
*** python.perl 2001年08月16日 21:56:24 1.108
--- python.perl 2001年08月21日 03:05:17 1.108.2.1
***************
*** 717,720 ****
--- 717,724 ----
}
+ sub do_cmd_grammartoken{
+ return do_cmd_token(@_);
+ }
+
sub do_env_productionlist{
local($_) = @_;
- Previous message: [Python-checkins] CVS: python/dist/src/Doc/lib libthreading.tex,1.9,1.9.4.1
- Next message: [Python-checkins] CVS: python/dist/src/Doc/ext embedding.tex,NONE,1.1.2.1 extending.tex,NONE,1.1.2.1 newtypes.tex,NONE,1.1.2.1 unix.tex,NONE,1.1.2.1 windows.tex,NONE,1.1.2.1 ext.tex,1.103,1.103.2.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]