commit | 906b88fb2a52725e78deeb8076a52671107e2af1 | [log] [tgz] |
---|---|---|
author | Eli Bendersky <eliben@gmail.com> | Fri Jul 29 07:05:08 2011 +0300 |
committer | Eli Bendersky <eliben@gmail.com> | Fri Jul 29 07:05:08 2011 +0300 |
tree | b3a9397d8e65a13d275731f7447088389c0a3526 | |
parent | 66d2be898611f32e3840025055f2cd9b92b9f19c [diff] |
Issue #12380: PyArg_ParseTuple now accepts a bytearray for the 'c' format. As a side effect, this now allows the rjust, ljust and center methods of bytes and bytearray to accept a bytearray argument. Patch by Petri Lehtinen