mirror of
https://github.com/python/cpython.git
synced 2025-07-25 20:24:11 +00:00
do_cmd_sectcode(): Obsolete; removed.
This commit is contained in:
parent
b5aa3de118
commit
310094ccce
1 changed files with 0 additions and 5 deletions
|
@ -137,11 +137,6 @@ sub do_cmd_samp{ use_wrappers(@_[0], '"<tt>', '</tt>"'); }
|
|||
sub do_cmd_kbd{ use_wrappers(@_[0], '<kbd>', '</kbd>'); }
|
||||
sub do_cmd_strong{ use_wrappers(@_[0], '<b>', '</b>'); }
|
||||
|
||||
# \sectcode is obsolete, but keep it around here for a little while;
|
||||
# mostly expected to be useful for HOWTO support until that stuff is
|
||||
# more stable and checked.
|
||||
sub do_cmd_sectcode{ do_cmd_code(@_); }
|
||||
|
||||
sub do_cmd_newsgroup{
|
||||
local($_) = @_;
|
||||
my $newsgroup = next_argument();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue