mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 13:41:24 +00:00 
			
		
		
		
	Remove outdated comment
This commit is contained in:
		
							parent
							
								
									fc009eff9e
								
							
						
					
					
						commit
						99dd8b577b
					
				
					 1 changed files with 0 additions and 1 deletions
				
			
		|  | @ -366,7 +366,6 @@ def test_pep_409_verbiage(self): | ||||||
|     @unittest.skipUnless(support.TESTFN_NONASCII, 'need support.TESTFN_NONASCII') |     @unittest.skipUnless(support.TESTFN_NONASCII, 'need support.TESTFN_NONASCII') | ||||||
|     def test_non_ascii(self): |     def test_non_ascii(self): | ||||||
|         # Issue #16218 |         # Issue #16218 | ||||||
|         # non-ascii filename encodable to cp1252, cp932, latin1 and utf8 |  | ||||||
|         source = 'print(ascii(__file__))\n' |         source = 'print(ascii(__file__))\n' | ||||||
|         script_name = _make_test_script(os.curdir, support.TESTFN_NONASCII, source) |         script_name = _make_test_script(os.curdir, support.TESTFN_NONASCII, source) | ||||||
|         self.addCleanup(support.unlink, script_name) |         self.addCleanup(support.unlink, script_name) | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Victor Stinner
						Victor Stinner