mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 13:41:24 +00:00 
			
		
		
		
	gh-133968: Update PyUnicodeWriter_WriteASCII() documentation (#135297)
The function was added to Python 3.14.
This commit is contained in:
		
							parent
							
								
									0045100ccb
								
							
						
					
					
						commit
						aaad2e81ce
					
				
					 2 changed files with 1 additions and 7 deletions
				
			
		|  | @ -1827,7 +1827,7 @@ object. | |||
|    On success, return ``0``. | ||||
|    On error, set an exception, leave the writer unchanged, and return ``-1``. | ||||
| 
 | ||||
|    .. versionadded:: next | ||||
|    .. versionadded:: 3.14 | ||||
| 
 | ||||
| .. c:function:: int PyUnicodeWriter_WriteWideChar(PyUnicodeWriter *writer, const wchar_t *str, Py_ssize_t size) | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Victor Stinner
						Victor Stinner