Hi ironpython,

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

In today's digest:ISSUES

1. [New issue] xml.sax.make_parser() exception
2. [New comment] Py3k: Overload Resolution Changes (was 
System.BitConverter.GetBytes(long(...)) wrong?)

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

ISSUES

1. [New issue] xml.sax.make_parser() exception
http://ironpython.codeplex.com/workitem/31361
User DevChris has proposed the issue:

"Here are the commands I enter into ipy.exe 2.7.1 Beta 2 Interactive with the 
resulting exception.

>>> import xml.sax
>>> xml.sax.make_parser()
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "C:\Program Files (x86)\IronPython 2.7.1 Beta 
2\Lib\xml\sax\__init__.py", line 93, in make_parser
    raise SAXReaderNotAvailable("No parsers found", None)
SAXReaderNotAvailable: No parsers found
>>> 

Suggestions to have xml.sax.make_parse() work without an 
exception?"-----------------

2. [New comment] Py3k: Overload Resolution Changes (was 
System.BitConverter.GetBytes(long(...)) wrong?)
http://ironpython.codeplex.com/workitem/21676
User skottmckay has commented on the issue:

"Note this can be worked around by explicitly choosing the overload

x = long(999000999000)
System.BitConverter.GetBytes.Overloads[System.UInt64](x)
"
----------------------------------------------



----------------------------------------------
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
http://mail.python.org/mailman/listinfo/ironpython-users

Reply via email to