]> granicus.if.org Git - python/commit
Merge 3.2: Fix PyUnicode_AsWideCharString() doc
authorVictor Stinner <victor.stinner@haypocalc.com>
Tue, 6 Sep 2011 00:01:29 +0000 (02:01 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Tue, 6 Sep 2011 00:01:29 +0000 (02:01 +0200)
commitf955eb210fef42cabd831211177e646f27dd698f
tree83ca92ed4318dc88995bc4a25486c44a6c535ba7
parent71e44cb97ffaaa3a777477aa6dcb0b0f29c9eda4
parentd88d9836c541258a46acb153cd488de2a04b60db
Merge 3.2: Fix PyUnicode_AsWideCharString() doc

 - Fix PyUnicode_AsWideCharString() doc: size doesn't contain the null
   character
 - Fix spelling of the null character
Include/unicodeobject.h
Objects/unicodeobject.c