diff options
author | Fred Drake <fdrake@acm.org> | 2002-11-13 17:55:17 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2002-11-13 17:55:17 (GMT) |
commit | 4400509aaa4b567aef2d161a9e21caa5752d519d (patch) | |
tree | 02a561421f16a797fbe8999a758294d68918a263 /Doc | |
parent | a5a173efbf5419a0f2c21a9b9c55d41271582a64 (diff) | |
download | cpython-4400509aaa4b567aef2d161a9e21caa5752d519d.zip cpython-4400509aaa4b567aef2d161a9e21caa5752d519d.tar.gz cpython-4400509aaa4b567aef2d161a9e21caa5752d519d.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')
-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 f1c66ef..0c88e18 100644 --- a/Doc/perl/python.perl +++ b/Doc/perl/python.perl @@ -1932,8 +1932,11 @@ sub do_cmd_term{ #code # {} process_commands_wrap_deferred(<<_RAW_ARG_DEFERRED_CMDS_); declaremodule # [] # {} # {} +funcline # {} # {} +funclineni # {} # {} memberline # [] # {} methodline # [] # {} # {} +methodlineni # [] # {} # {} modulesynopsis # {} platform # {} samp # {} |