mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 18:28:49 +00:00 
			
		
		
		
	queue doc: Clarify that the simple FIFO queue is SimpleQueue (GH-8372)
This commit is contained in:
		
							parent
							
								
									96200eb2ff
								
							
						
					
					
						commit
						acef69068f
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -26,8 +26,8 @@ competing threads; however, they are not designed to handle reentrancy | ||||||
| within a thread. | within a thread. | ||||||
| 
 | 
 | ||||||
| In addition, the module implements a "simple" | In addition, the module implements a "simple" | ||||||
| :abbr:`FIFO (first-in, first-out)` queue type where | :abbr:`FIFO (first-in, first-out)` queue type, :class:`SimpleQueue`, whose | ||||||
| specific implementations can provide additional guarantees | specific implementation provides additional guarantees | ||||||
| in exchange for the smaller functionality. | in exchange for the smaller functionality. | ||||||
| 
 | 
 | ||||||
| The :mod:`queue` module defines the following classes and exceptions: | The :mod:`queue` module defines the following classes and exceptions: | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Julien Palard
						Julien Palard