mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 05:31:20 +00:00 
			
		
		
		
	Document PyUnicode_WCHAR_KIND
This commit is contained in:
		
							parent
							
								
									ac931b1e5b
								
							
						
					
					
						commit
						b4938aaf15
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		|  | @ -129,7 +129,8 @@ access internal read-only data of Unicode objects: | ||||||
|    .. versionadded:: 3.3 |    .. versionadded:: 3.3 | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| .. c:macro:: PyUnicode_1BYTE_KIND | .. c:macro:: PyUnicode_WCHAR_KIND | ||||||
|  |              PyUnicode_1BYTE_KIND | ||||||
|              PyUnicode_2BYTE_KIND |              PyUnicode_2BYTE_KIND | ||||||
|              PyUnicode_4BYTE_KIND |              PyUnicode_4BYTE_KIND | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Victor Stinner
						Victor Stinner