diff options
author | Fred Drake <fdrake@acm.org> | 2002-11-13 17:56:23 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2002-11-13 17:56:23 (GMT) |
commit | ebb2b2eecbb9d62276f9c04c2e975cf11dade225 (patch) | |
tree | 025e9e0e99fa78a9e3abb8f76adf80ec2fda7cdf /Doc/perl/python.perl | |
parent | 339865e98aaa14e8654e2cb4f0d36d9f3d868e3e (diff) | |
download | cpython-ebb2b2eecbb9d62276f9c04c2e975cf11dade225.zip cpython-ebb2b2eecbb9d62276f9c04c2e975cf11dade225.tar.gz cpython-ebb2b2eecbb9d62276f9c04c2e975cf11dade225.tar.bz2 |
Add \funcline, \funclineni, and \methodlineni to the list of functions
that are processed before their arguments.
Closes SF bug #637807.
Diffstat (limited to 'Doc/perl/python.perl')
-rw-r--r-- | Doc/perl/python.perl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/perl/python.perl b/Doc/perl/python.perl index 841b109..d34a092 100644 --- a/Doc/perl/python.perl +++ b/Doc/perl/python.perl @@ -1880,8 +1880,11 @@ sub do_cmd_term{ #code # {} process_commands_wrap_deferred(<<_RAW_ARG_DEFERRED_CMDS_); declaremodule # [] # {} # {} +funcline # {} # {} +funclineni # {} # {} memberline # [] # {} methodline # [] # {} # {} +methodlineni # [] # {} # {} modulesynopsis # {} platform # {} samp # {} |