mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 21:51:50 +00:00 
			
		
		
		
	Whitespace normalization.
This commit is contained in:
		
							parent
							
								
									bcd8975740
								
							
						
					
					
						commit
						b94b849d65
					
				
					 21 changed files with 210 additions and 216 deletions
				
			
		|  | @ -439,4 +439,3 @@ def get_versions(): | ||||||
|     else: |     else: | ||||||
|         dllwrap_version = None |         dllwrap_version = None | ||||||
|     return (gcc_version, ld_version, dllwrap_version) |     return (gcc_version, ld_version, dllwrap_version) | ||||||
| 
 |  | ||||||
|  |  | ||||||
|  | @ -215,5 +215,3 @@ def _filename_to_abs(self, filename): | ||||||
|             if components[i] == '..': |             if components[i] == '..': | ||||||
|                 components[i] = '' |                 components[i] = '' | ||||||
|         return string.join(components, ':') |         return string.join(components, ':') | ||||||
|          |  | ||||||
|          |  | ||||||
|  |  | ||||||
|  | @ -382,4 +382,3 @@ def test_input (count, description, file, expected_result): | ||||||
|     test_input (6, "join lines with collapsing", in_file, result6) |     test_input (6, "join lines with collapsing", in_file, result6) | ||||||
| 
 | 
 | ||||||
|     os.remove (filename) |     os.remove (filename) | ||||||
|      |  | ||||||
|  |  | ||||||
|  | @ -453,5 +453,3 @@ def rfc822_escape (header): | ||||||
|     lines = map(string.strip, lines) |     lines = map(string.strip, lines) | ||||||
|     header = string.join(lines, '\n' + 8*' ') |     header = string.join(lines, '\n' + 8*' ') | ||||||
|     return header |     return header | ||||||
| 
 |  | ||||||
| 
 |  | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Fred Drake
						Fred Drake