mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 13:41:24 +00:00 
			
		
		
		
	Nuke accurate but confusing and unhelpful comments about split vs splitfields.
This commit is contained in:
		
							parent
							
								
									10fb386399
								
							
						
					
					
						commit
						6b6b39e8b6
					
				
					 2 changed files with 0 additions and 2 deletions
				
			
		|  | @ -100,7 +100,6 @@ def rstrip(s): | |||
| 
 | ||||
| 
 | ||||
| # Split a string into a list of space/tab-separated words | ||||
| # NB: split(s) is NOT the same as splitfields(s, ' ')! | ||||
| def split(s, sep=None, maxsplit=-1): | ||||
|     """split(s [,sep [,maxsplit]]) -> list of strings | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Tim Peters
						Tim Peters