do_cmd_localmoduletable():  Cause the child links table to be dropped when
	there's a local module list.
diff --git a/Doc/perl/python.perl b/Doc/perl/python.perl
index 6695e54..38e19ce 100644
--- a/Doc/perl/python.perl
+++ b/Doc/perl/python.perl
@@ -928,7 +928,7 @@
 sub do_cmd_localmoduletable{
     local($_) = @_;
     my $chap = get_chapter_id();
-    "<tex2htmllocalmoduletable><$chap>" . $_;
+    "<tex2htmllocalmoduletable><$chap>\\tableofchildlinks[off]" . $_;
 }
 
 sub process_all_localmoduletables{