Hi ironpython,

Here's your Daily Digest of new issues for project "IronPython".

In today's digest:ISSUES

1. [New issue] socket.send, socket.sendto, socket.sendall should accept bytes 
as parameter
2. [New issue] b'a'.decode() throws TypeError

----------------------------------------------

ISSUES

1. [New issue] socket.send, socket.sendto, socket.sendall should accept bytes 
as parameter
http://ironpython.codeplex.com/workitem/35543
User paweljasinski has proposed the issue:

"This is another cpython incompatibility.

socket.send(b'x') throws exception

TypeError: expected buffer, got bytes"-----------------

2. [New issue] b'a'.decode() throws TypeError
http://ironpython.codeplex.com/workitem/35544
User paweljasinski has proposed the issue:

"it looks like 25d3b819ca758c388bec280df66429751f4e88fc introduced a another 
problem.

b'a'.decode()
throws:
TypeError: decode() expected string, got 'NoneType'"
----------------------------------------------



----------------------------------------------
You are receiving this email because you subscribed to notifications on 
CodePlex.

To report a bug, request a feature, or add a comment, visit IronPython Issue 
Tracker. You can unsubscribe or change your issue notification settings on 
CodePlex.com.
_______________________________________________
Ironpython-users mailing list
Ironpython-users@python.org
https://mail.python.org/mailman/listinfo/ironpython-users

Reply via email to