ironpythonbot
ironpythonbot
On _2010-12-16 17:01:06 UTC_, **af001** commented: The elementtree module is a core component for xml handling in python. It is essential for it to work! Seo Sanghyeon appears to have...
On _2011-10-10 21:14:19 UTC_, **pekkaklarck** commented: I'm surprised this issue is considered low priority because not having a working ElementTree implementation in IronPython is a big blocker for many Python...
On _2011-10-11 23:51:13 UTC_, **jdhardy** commented: This issue is low priority because it refers to the _elementtree C accelerator module. To make ET work, IronPython needs a pyexpat implmentation ([workitem:20023])...
On _2011-10-12 03:28:31 UTC_, **pekkaklarck** commented: Submitted issue #31579 about changing ET implementation to IPY compatible version.
On _2009-05-22 10:21:48 UTC_, **unknown user** commented: We appear to behave the same as CPython 2.6 and this test only seems to exist as a file (where we throw an...
On _2009-08-04 07:33:53 UTC_, **dfugate** commented: Not fixed: E:\vslrgrs\Merlin\External.LCA_RESTRICTED\Languages\IronPython\26\Lib>ipyd test\test_coding.py test_bad_coding (main.CodingTest) ... FAIL test_bad_coding2 (main.CodingTest) ... FAIL FAIL: test_bad_coding (main.CodingTest) Traceback (most recent call last): File "test\test_coding.py", line 8,...
On _2010-12-12 06:36:03 UTC_, **rjnienaber** commented: The behavior is still similar CPython 2.6 as shown below: IronPython 2.7 Beta 1 (2.7.0.10) on .NET 4.0.30319.1 Type "help", "copyright", "credits" or "license"...
On _2011-01-30 03:46:58 UTC_, **rjnienaber** commented: Still the same error on 2.6.2 and 2.7b1.
On _2012-04-17 11:23:55 UTC_, **play_me_too** commented: This is a repost of my question http://stackoverflow.com/questions/10123296/reading-utf-8-file-with-codecs-in-ironpython which I made because that seems to be a bug in codecs module
On _2010-02-16 02:01:13 UTC_, **dfugate** commented: Not fixed. Make sure the regression in sys_test.py passes before closing.