mirror of
				https://github.com/python/cpython.git
				synced 2025-11-03 19:34:08 +00:00 
			
		
		
		
	Consistent ordering of availability statements
This commit is contained in:
		
							parent
							
								
									e72b586b02
								
							
						
					
					
						commit
						f10f162db9
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -228,7 +228,7 @@ applications should use string objects to access all files.
 | 
			
		|||
 | 
			
		||||
   *start* defaults to :attr:`os.curdir`.
 | 
			
		||||
 | 
			
		||||
   Availability:  Windows, Unix.
 | 
			
		||||
   Availability: Unix, Windows.
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
.. function:: samefile(path1, path2)
 | 
			
		||||
| 
						 | 
				
			
			@ -241,7 +241,7 @@ applications should use string objects to access all files.
 | 
			
		|||
   name using the Windows API call GetFinalPathNameByHandle. This function
 | 
			
		||||
   raises an exception if handles cannot be obtained to either file.
 | 
			
		||||
 | 
			
		||||
   Availability: Windows, Unix.
 | 
			
		||||
   Availability: Unix, Windows.
 | 
			
		||||
 | 
			
		||||
   .. versionchanged:: 3.2
 | 
			
		||||
      Added Windows support.
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue