]> granicus.if.org Git - python/commit
Improve string forms and PyUnicode_Resize() documentation
authorVictor Stinner <victor.stinner@haypocalc.com>
Mon, 3 Oct 2011 21:19:21 +0000 (23:19 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Mon, 3 Oct 2011 21:19:21 +0000 (23:19 +0200)
commit8cfcbed4e3858e84426e606f18f87b5f3b4572fd
tree71d6169a4d75362afea04e14fd53266451c2d900
parent77bb47b3125d271408642505cbc4edd074eb7f1c
Improve string forms and PyUnicode_Resize() documentation

Remove also the FIXME for resize_copy(): as discussed with Martin, copy the
string on resize if the string is not resizable is just fine.
Include/unicodeobject.h
Objects/unicodeobject.c