Files
cpython/Doc/c-api
Victor Stinner bd475115c4 Issue #3080: Add PyModule_GetNameObject()
repr(module) uses %R to format module name and filenames, instead of '%s' and
'%U', so surrogates from undecodable bytes in a filename (PEP 383) are escaped.
2011-02-23 00:21:43 +00:00
..
2010-11-03 21:35:28 +00:00
2008-01-20 11:00:14 +00:00
2011-01-15 14:31:49 +00:00
2008-01-20 09:30:57 +00:00
2010-12-11 22:19:34 +00:00
2010-11-20 13:44:41 +00:00