commit | 7be6dae3f6ac695b997cab33bde006a5429c11d2 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Fri May 14 15:55:12 2010 +0000 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Fri May 14 15:55:12 2010 +0000 |
tree | 16dd9145a50ab5b23346e1f6f258374e2924fcda | |
parent | 4f25ac7abdf093798edeb7e3d04a3d494821b6da [diff] |
Merged revisions 81166 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r81166 | victor.stinner | 2010-05-14 17:53:20 +0200 (ven., 14 mai 2010) | 4 lines Issue #8711: add paragraph titles to c-api/unicode.rst (Python2 doesn't have PyUnicode_DecodeFSDefault*() functions) ........