ironpythonbot

Results 85 comments of ironpythonbot

On _2009-10-28 07:31:22 UTC_, **fuzzyman** commented: Yes it does...

On _2012-03-07 01:13:21 UTC_, **slide_o_mix** commented: Is this still an issue?

On _2012-03-08 01:41:46 UTC_, **jdhardy** commented: I think so. The whole documentation system needs to be overhauled, so leave this one open.

On _2011-02-09 14:25:53 UTC_, **rjnienaber** commented: Current behaviour in 2.6.2 and 2.7b2 on .NET 4.0.30319.1: python27 testcase-23761.py 3652058 days, 23:59:59.999999 3652058 days, 23:59:59.999999 ipy26 testcase-23761.py 3652058 days, 23:59:59.999999 3652059 days,...

On _2009-03-28 02:16:08 UTC_, **mdengler** commented: No sure if this has been fixed in 2.1, but it's still an issue in 2.0.1: def test(): ... try: ... raise Exception() ......

On _2009-05-22 03:57:38 UTC_, **dinov** commented: Fixed w/ -X:Frame support

On _2009-08-15 03:50:49 UTC_, **dfugate** commented: Implemented, but not correctly. E.g. we're getting f_lineno wrong which was the first thing I checked: E:\vslrgrs\Merlin\Main\Languages\IronPython\Tests>type blah.py import sys import copy def foo():...

On _2009-11-24 06:30:53 UTC_, **donsaw** commented: If found this function from ply.lex.py does not work in latest IronPython 2.6 whereas it does work in latest Python 2.6: import sys def...

On _2010-12-13 05:42:17 UTC_, **rjnienaber** commented: The line number issue still seems to be occurring in 2.7b1 on .NET 4: python blah.py DWF1: [('blah.py', '', 15), ('blah.py', 'foo', 4)] DWF2:...

On _2011-02-12 02:21:59 UTC_, **rjnienaber** commented: Current behaviour in 2.6.2 and 2.7b2 on .NET 4.0.30319.1: python27 testcase-23789.py 257 ipy26 testcase-23789.py 0 ipy27 testcase-23789.py 1 ipy testcase-23789.py 1