]> granicus.if.org Git - python/commit
Issue #15958: bytes.join and bytearray.join now accept arbitrary buffer objects.
authorAntoine Pitrou <solipsis@pitrou.net>
Tue, 16 Oct 2012 19:07:23 +0000 (21:07 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Tue, 16 Oct 2012 19:07:23 +0000 (21:07 +0200)
commitcfc22b4a9b8d6176d90ef1eb59f51aa095300ded
tree89a8f341ea693feab552720dd6be02f3e6318a8f
parent6ca07a221a6c45db753b954e5790106037fa4f7c
Issue #15958: bytes.join and bytearray.join now accept arbitrary buffer objects.
Lib/test/test_bytes.py
Misc/NEWS
Objects/bytearrayobject.c
Objects/bytesobject.c
Objects/stringlib/join.h [new file with mode: 0644]