mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 05:31:20 +00:00 
			
		
		
		
	Patch #734231: Update RiscOS support. In particular, correct
riscospath.extsep, and use os.extsep throughout.
This commit is contained in:
		
							parent
							
								
									5467d4c0e3
								
							
						
					
					
						commit
						a94568a753
					
				
					 27 changed files with 482 additions and 59 deletions
				
			
		|  | @ -15,7 +15,7 @@ | |||
| # strings representing various path-related bits and pieces | ||||
| curdir = '@' | ||||
| pardir = '^' | ||||
| extsep = '.' | ||||
| extsep = '/' | ||||
| sep = '.' | ||||
| pathsep = ',' | ||||
| defpath = '<Run$Dir>' | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Martin v. Löwis
						Martin v. Löwis