Re: [Ironpython-users] bytearray encoding issue

2014-08-17 Thread Daniel Fernandez
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@

[Ironpython-users] bytearray encoding issue

2014-08-17 Thread Daniel Fernandez
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

[Ironpython-users] IronPython, Daily Digest 8/16/2014

2014-08-17 Thread CodePlex
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