[C++-sig] Wrapper for bytes type?
Hi there, Since boost.python provides a wrapper for str, it should likely also provide bytes if it's on Python version 3 and newer. Andreas pgpUkymJPhXZW.pgp Description: PGP signature ___ Cplusplus-sig mailing list [email protected] http://mail.python.org/mailman/listinfo/cplusplus-sig
Re: [C++-sig] Wrapper for bytes type?
boost.python should definitely have things like that. Until then, you might check out ackward: http://code.google.com/p/ackward/ The ackward::core library has wrappers for bytes and bytearray (among other things.) Austin On Sun, Jun 26, 2011 at 6:37 PM, Andreas Kloeckner wrote: > Hi there, > > Since boost.python provides a wrapper for str, it should likely also > provide bytes if it's on Python version 3 and newer. > > Andreas > > > ___ > Cplusplus-sig mailing list > [email protected] > http://mail.python.org/mailman/listinfo/cplusplus-sig > ___ Cplusplus-sig mailing list [email protected] http://mail.python.org/mailman/listinfo/cplusplus-sig
Re: [C++-sig] Wrapper for bytes type?
Hi Andreas, On 2011-06-26 12:37, Andreas Kloeckner wrote: Hi there, Since boost.python provides a wrapper for str, it should likely also provide bytes if it's on Python version 3 and newer. Definitely, good idea. Can you please file an enhancement request on https://svn.boost.org/trac/boost/ for this ? Thanks, Stefan -- ...ich hab' noch einen Koffer in Berlin... ___ Cplusplus-sig mailing list [email protected] http://mail.python.org/mailman/listinfo/cplusplus-sig
