mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 13:41:24 +00:00 
			
		
		
		
	|  d2034310d6 to PyObject_CallFunction()) that take a char * (and a size in the case of 'U#') and create a unicode object out of it. Add functions PyUnicode_FromFormat() and PyUnicode_FromFormatV() that work similar to PyString_FromFormat(), but create a unicode object (also a %U format character has been added, that takes a PyObject *, which must point to a unicode object). Change the encoding and reason attributes of UnicodeEncodeError, UnicodeDecodeError and UnicodeTranslateError to be unicode objects. | ||
|---|---|---|
| .. | ||
| abstract.tex | ||
| api.tex | ||
| concrete.tex | ||
| exceptions.tex | ||
| init.tex | ||
| intro.tex | ||
| memory.tex | ||
| newtypes.tex | ||
| refcounting.tex | ||
| refcounts.dat | ||
| utilities.tex | ||
| veryhigh.tex | ||