Hi Alex,
Oh wow I didn't know that, interesting question. If CPython is wrong for
bytearray, should IronPython follow the same, unless you think CPython will fix
it?
Thanks.
Danny
Date: Sun, 17 Aug 2014 19:13:59 -0700
Subject: Re: [Ironpython-users] bytearray encoding issue
From: slide.o@
Hi All,
I ran into an issue bytearray with encoding. The scenario I am using it is with
read/writing data over the serial com port. I notice in CPython 2.7.8 the
following works
>>> bytearray('Michael Gilfix was here\n')bytearray(b'Michael Gilfix was
>>> here\n')
In IronPython 2.7.5 beta I get
Hi ironpython,
Here's your Daily Digest of new issues for project "IronPython".
In today's digest:ISSUES
1. [New comment] str subclasses not always treated as strings
2. [New comment] str(System.Char(...)) broken
3. [New comment] Compiling with pyc.py for Silverlight
4. [New comment] Error messa