mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 21:51:50 +00:00 
			
		
		
		
	Bugfix -- should pass headers=0 when formatting query results.
This commit is contained in:
		
							parent
							
								
									21c4b5f66a
								
							
						
					
					
						commit
						1f04772347
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -518,7 +518,7 @@ def do_recent(self): | |||
| 	    emit(ONE_RECENT, period=period) | ||||
| 	else: | ||||
| 	    emit(SOME_RECENT, period=period, count=len(list)) | ||||
| 	self.format_all(map(lambda (mtime, file): file, list)) | ||||
| 	self.format_all(map(lambda (mtime, file): file, list), headers=0) | ||||
| 	emit(TAIL_RECENT) | ||||
| 
 | ||||
|     def do_roulette(self): | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Guido van Rossum
						Guido van Rossum