mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 13:41:24 +00:00 
			
		
		
		
	Whitespace normalization.
This commit is contained in:
		
							parent
							
								
									ad416d056f
								
							
						
					
					
						commit
						da9face1fe
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		|  | @ -295,7 +295,7 @@ def check_node(self, node, source): | ||||||
|     def test_ifconfig_getnode(self): |     def test_ifconfig_getnode(self): | ||||||
|         import sys |         import sys | ||||||
|         print >>sys.__stdout__, \ |         print >>sys.__stdout__, \ | ||||||
| """    WARNING: uuid._ifconfig_getnode is unreliable on many platforms.   | """    WARNING: uuid._ifconfig_getnode is unreliable on many platforms. | ||||||
|         It is disabled until the code and/or test can be fixed properly.""" |         It is disabled until the code and/or test can be fixed properly.""" | ||||||
|         return |         return | ||||||
| 
 | 
 | ||||||
|  | @ -324,7 +324,7 @@ def test_random_getnode(self): | ||||||
|     def test_unixdll_getnode(self): |     def test_unixdll_getnode(self): | ||||||
|         import sys |         import sys | ||||||
|         print >>sys.__stdout__, \ |         print >>sys.__stdout__, \ | ||||||
| """    WARNING: uuid._unixdll_getnode is unreliable on many platforms.   | """    WARNING: uuid._unixdll_getnode is unreliable on many platforms. | ||||||
|         It is disabled until the code and/or test can be fixed properly.""" |         It is disabled until the code and/or test can be fixed properly.""" | ||||||
|         return |         return | ||||||
| 
 | 
 | ||||||
|  | @ -340,7 +340,7 @@ def test_windll_getnode(self): | ||||||
|     def test_getnode(self): |     def test_getnode(self): | ||||||
|         import sys |         import sys | ||||||
|         print >>sys.__stdout__, \ |         print >>sys.__stdout__, \ | ||||||
| """    WARNING: uuid.getnode is unreliable on many platforms.   | """    WARNING: uuid.getnode is unreliable on many platforms. | ||||||
|         It is disabled until the code and/or test can be fixed properly.""" |         It is disabled until the code and/or test can be fixed properly.""" | ||||||
|         return |         return | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Tim Peters
						Tim Peters