[Python-checkins] python/dist/src/Doc/perl python.perl,1.135,1.136

fdrake@users.sourceforge.net fdrake@users.sourceforge.net
Tue, 15 Jul 2003 15:00:41 -0700


Update of /cvsroot/python/python/dist/src/Doc/perl
In directory sc8-pr-cvs1:/tmp/cvs-serv16828

Modified Files:
	python.perl 
Log Message:
process_commands_wrap_deferred:
  - fix comment describing what this is for
  - add lots of indexing macros to this call
Closes SF bug #518989.


Index: python.perl
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/perl/python.perl,v
retrieving revision 1.135
retrieving revision 1.136
diff -C2 -d -r1.135 -r1.136
*** python.perl	10 Jul 2003 17:04:45 -0000	1.135
--- python.perl	15 Jul 2003 22:00:36 -0000	1.136
***************
*** 1944,1952 ****
  
  
! # I don't recall exactly why this was needed, but it was very much needed.
! # We'll see if anything breaks when I move the "code" line out -- some
! # things broke with it in.
! 
! #code # {}
  process_commands_wrap_deferred(<<_RAW_ARG_DEFERRED_CMDS_);
  declaremodule # [] # {} # {}
--- 1944,1951 ----
  
  
! # Commands listed here have process-order dependencies; these often
! # are related to indexing operations.
! # XXX Not sure why funclineni, methodlineni, and samp are here.
! #
  process_commands_wrap_deferred(<<_RAW_ARG_DEFERRED_CMDS_);
  declaremodule # [] # {} # {}
***************
*** 1957,1960 ****
--- 1956,1968 ----
  methodlineni # [] # {} # {}
  modulesynopsis # {}
+ bifuncindex # {}
+ exindex # {}
+ indexii # {} # {}
+ indexiii # {} # {} # {}
+ indexiv # {} # {} # {} # {}
+ kwindex # {}
+ obindex # {}
+ opindex # {}
+ stindex # {}
  platform # {}
  samp # {}