diff options
author | Fred Drake <fdrake@acm.org> | 2003-07-15 22:00:36 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2003-07-15 22:00:36 (GMT) |
commit | 4e72e0533d30f56ad3fb05f761e0283a26a1e64d (patch) | |
tree | 99bfefbc3a915457b049e23c1fa25ee6775d4440 /Doc | |
parent | b3be52eaf44fb2fdf2779152b9ee23af841aacce (diff) | |
download | cpython-4e72e0533d30f56ad3fb05f761e0283a26a1e64d.zip cpython-4e72e0533d30f56ad3fb05f761e0283a26a1e64d.tar.gz cpython-4e72e0533d30f56ad3fb05f761e0283a26a1e64d.tar.bz2 |
process_commands_wrap_deferred:
- fix comment describing what this is for
- add lots of indexing macros to this call
Closes SF bug #518989.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/perl/python.perl | 18 |
1 files changed, 13 insertions, 5 deletions
diff --git a/Doc/perl/python.perl b/Doc/perl/python.perl index 29e7f39..cd04ee5 100644 --- a/Doc/perl/python.perl +++ b/Doc/perl/python.perl @@ -1943,11 +1943,10 @@ sub do_cmd_term{ } -# 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 # {} +# 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 # [] # {} # {} funcline # {} # {} @@ -1956,6 +1955,15 @@ memberline # [] # {} methodline # [] # {} # {} methodlineni # [] # {} # {} modulesynopsis # {} +bifuncindex # {} +exindex # {} +indexii # {} # {} +indexiii # {} # {} # {} +indexiv # {} # {} # {} # {} +kwindex # {} +obindex # {} +opindex # {} +stindex # {} platform # {} samp # {} setindexsubitem # {} |