mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 13:41:24 +00:00 
			
		
		
		
	Update the module index support to use the changed field separator for the
input file to buildindex.py.
This commit is contained in:
		
							parent
							
								
									e5cf53ad89
								
							
						
					
					
						commit
						9d4b6c52c3
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -73,7 +73,7 @@ sub top_navigation_panel { | |||
| } | ||||
| 
 | ||||
| sub bot_navigation_panel { | ||||
|     "<div class=navigation><hr>" | ||||
|     "<p>\n<div class=navigation><hr>" | ||||
|       . &make_nav_panel | ||||
|       . "</div>" | ||||
| } | ||||
|  | @ -115,7 +115,7 @@ sub add_module_idx{ | |||
|     open(MODIDXFILE, ">modindex.dat") || die "\n$!\n"; | ||||
|     foreach $key (keys %Modules) { | ||||
| 	# dump the line in the data file; just use a dummy seqno field | ||||
| 	print MODIDXFILE "$Modules{$key}\0$key###\n"; | ||||
| 	print MODIDXFILE "$Modules{$key}" . $IDXFILE_FIELD_SEP . "$key###\n"; | ||||
|     } | ||||
|     close(MODIDXFILE); | ||||
|     $index = `$myrootdir/tools/buildindex.py modindex.dat`; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Fred Drake
						Fred Drake