mirror of
				https://github.com/python/cpython.git
				synced 2025-10-30 21:21:22 +00:00 
			
		
		
		
	That one was a mistake.
This commit is contained in:
		
							parent
							
								
									d37ac69ee5
								
							
						
					
					
						commit
						ecdc0a9f46
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -6380,7 +6380,7 @@ static PyMethodDef unicode_methods[] = { | |||
|     /* Order is according to common usage: often used methods should
 | ||||
|        appear first, since lookup is done sequentially. */ | ||||
| 
 | ||||
|     {"encode",  unicode_encode, METH_VARARGS, encode__doc__}, | ||||
|     {"encode", (PyCFunction) unicode_encode, METH_VARARGS, encode__doc__}, | ||||
|     {"replace", (PyCFunction) unicode_replace, METH_VARARGS, replace__doc__}, | ||||
|     {"split", (PyCFunction) unicode_split, METH_VARARGS, split__doc__}, | ||||
|     {"rsplit", (PyCFunction) unicode_rsplit, METH_VARARGS, rsplit__doc__}, | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Georg Brandl
						Georg Brandl