mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 21:51:50 +00:00 
			
		
		
		
	Add a pointer back to the wizard in the "compat" output.
This commit is contained in:
		
							parent
							
								
									0d2d759d8c
								
							
						
					
					
						commit
						2aa78efab1
					
				
					 1 changed files with 3 additions and 1 deletions
				
			
		|  | @ -46,7 +46,7 @@ | ||||||
| 
 | 
 | ||||||
| # Version -- don't change unless you edit faqwiz.py | # Version -- don't change unless you edit faqwiz.py | ||||||
| 
 | 
 | ||||||
| WIZVERSION = "0.8.1"			# FAQ Wizard version | WIZVERSION = "0.8.2"			# FAQ Wizard version | ||||||
| 
 | 
 | ||||||
| # This parameter is normally overwritten with a dynamic value | # This parameter is normally overwritten with a dynamic value | ||||||
| 
 | 
 | ||||||
|  | @ -311,6 +311,8 @@ | ||||||
| # "Compat" command prologue (this has no <BODY> tag) | # "Compat" command prologue (this has no <BODY> tag) | ||||||
| COMPAT = """ | COMPAT = """ | ||||||
| <H1>The whole %(FAQNAME)s</H1> | <H1>The whole %(FAQNAME)s</H1> | ||||||
|  | See also the <A HREF="%(FAQCGI)s?req=home">%(FAQNAME)s Wizard</A>. | ||||||
|  | <P> | ||||||
| """ | """ | ||||||
| 
 | 
 | ||||||
| # Editing | # Editing | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Guido van Rossum
						Guido van Rossum