mirror of
				https://github.com/python/cpython.git
				synced 2025-11-04 07:31:38 +00:00 
			
		
		
		
	#2383: remove obsolete XXX comment in stat.py.
This commit is contained in:
		
							parent
							
								
									6af3db8632
								
							
						
					
					
						commit
						402b270799
					
				
					 1 changed files with 1 additions and 6 deletions
				
			
		| 
						 | 
					@ -3,12 +3,7 @@
 | 
				
			||||||
Suggested usage: from stat import *
 | 
					Suggested usage: from stat import *
 | 
				
			||||||
"""
 | 
					"""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# XXX Strictly spoken, this module may have to be adapted for each POSIX
 | 
					# Indices for stat struct members in the tuple returned by os.stat()
 | 
				
			||||||
# implementation; in practice, however, the numeric constants used by
 | 
					 | 
				
			||||||
# stat() are almost universal (even for stat() emulations on non-UNIX
 | 
					 | 
				
			||||||
# systems like MS-DOS).
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
# Indices for stat struct members in tuple returned by os.stat()
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
ST_MODE  = 0
 | 
					ST_MODE  = 0
 | 
				
			||||||
ST_INO   = 1
 | 
					ST_INO   = 1
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue