[Ironpython-users] IronPython, Daily Digest 12/4/2014

CodePlex no_reply at codeplex.com
Fri Dec 5 21:46:53 CET 2014


Hi ironpython,

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

In today's digest:ISSUES

1. [New issue] list of sets can not be sorted - TypeError: cannot compare sets using cmp()

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

ISSUES

1. [New issue] list of sets can not be sorted - TypeError: cannot compare sets using cmp()
http://ironpython.codeplex.com/workitem/35730
User paweljasinski has proposed the issue:

"different behavior between cpython and ipy
$ python
Python 2.7.8 (default, Jul 25 2014, 14:04:36)
[GCC 4.8.3] on cygwin
Type "help", "copyright", "credits" or "license" for more information.
>>> [set(), set()].sort()
>>>

c:\cygwin64\home\rejap>ipy -X:Frames
IronPython 2.7.5rc2 (2.7.5.0) on .NET 4.0.30319.18444 (32-bit)
Type "help", "copyright", "credits" or "license" for more information.
>>> [set(), set()].sort()
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
TypeError: cannot compare sets using cmp()
"
----------------------------------------------



----------------------------------------------
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20141205/fa5d9f35/attachment.html>


More information about the Ironpython-users mailing list