mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 05:31:20 +00:00 
			
		
		
		
	bpo-34977: Add Windows App Store package (GH-11027)
Also adds the PC/layout script for generating layouts on Windows.
This commit is contained in:
		
							parent
							
								
									1c3de541e6
								
							
						
					
					
						commit
						0cd6391fd8
					
				
					 47 changed files with 2899 additions and 405 deletions
				
			
		|  | @ -1521,7 +1521,7 @@ def test_resolve_common(self): | |||
|             # resolves to 'dirB/..' first before resolving to parent of dirB. | ||||
|             self._check_resolve_relative(p, P(BASE, 'foo', 'in', 'spam'), False) | ||||
|         # Now create absolute symlinks | ||||
|         d = support._longpath(tempfile.mkdtemp(suffix='-dirD')) | ||||
|         d = support._longpath(tempfile.mkdtemp(suffix='-dirD', dir=os.getcwd())) | ||||
|         self.addCleanup(support.rmtree, d) | ||||
|         os.symlink(os.path.join(d), join('dirA', 'linkX')) | ||||
|         os.symlink(join('dirB'), os.path.join(d, 'linkY')) | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Steve Dower
						Steve Dower