]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
do_cmd_sectcode(): Obsolete; removed.
authorFred Drake <fdrake@acm.org>
Tue, 28 Apr 1998 18:38:40 +0000 (18:38 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 28 Apr 1998 18:38:40 +0000 (18:38 +0000)
Doc/perl/python.perl

index 6c770041c312e168606ab4bf282e5e0138cc4c36..4c9d86d8600bbc697f2a9e2b809f347e620116bf 100644 (file)
@@ -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();