Hi ironpython,
Here's your Daily Digest of new issues for project "IronPython".
In today's digest:ISSUES
1. [New issue] xml.dom.minidom.parse not working in ironpython 2.7
2. [New comment] zlib fails to compress an empty string
3. [New comment] zlib fails to compress an empty string
----------------------------------------------
ISSUES
1. [New issue] xml.dom.minidom.parse not working in ironpython 2.7
http://ironpython.codeplex.com/workitem/32049
User MarioVilas has proposed the issue:
"This seems to be happening with any XML file I try to parse with minidom, I
don't think it depends on the file contents at all.
IronPython 2.7.1 (2.7.0.40) on .NET 4.0.30319.239
Type "help", "copyright", "credits" or "license" for more information.
>>> import xml.dom.minidom
>>> dom=xml.dom.minidom.parse('example.xml')
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "C:\Program Files (x86)\IronPython 2.7.1\Lib\xml\dom\minidom.py", line 19
12, in parse
ImportError: cannot import expatbuilder from xml.dom
>>>"-----------------
2. [New comment] zlib fails to compress an empty string
http://ironpython.codeplex.com/workitem/31976
User MarioVilas has commented on the issue:
"I believe that's the "zipfile" module, not "zlib" which has little to do with
zip files."-----------------
3. [New comment] zlib fails to compress an empty string
http://ironpython.codeplex.com/workitem/31976
User slide_o_mix has commented on the issue:
"Zipfile uses zlib internally and the same code works file on cpython."
----------------------------------------------
----------------------------------------------
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