Hi ironpython,

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

In today's digest:ISSUES

1. [New comment] Implement msvcrt module
2. [New comment] Implement msvcrt module
3. [New comment] Implement msvcrt module
4. [New comment] IronPython exception trace does not show actual offending line 
for certain case.

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

ISSUES

1. [New comment] Implement msvcrt module
http://ironpython.codeplex.com/workitem/21402
User MarkusSchaber has commented on the issue:

"<p>Maybe an implementation of tty and/or termios for Mono on Unixoid systems 
would be feasible</p>"-----------------

2. [New comment] Implement msvcrt module
http://ironpython.codeplex.com/workitem/21402
User vernondcole has commented on the issue:

"<p>So it sounds like the intent of this ticket would be better addressed by 
finding other ways of making the non-functional standard library routines work 
on mono -- rather than asking for a module that does not exist.  Whould that 
not be more feasable?<br></p>"-----------------

3. [New comment] Implement msvcrt module
http://ironpython.codeplex.com/workitem/21402
User jdhardy has commented on the issue:

"<p>When running on Linux/Mac then IronPython should ideally surface the same 
set of modules as CPython - so tty, termios, getpass, etc should (ideally) all 
work. It's an area that just hasn't had anyone to go after it yet.</p><p>Each 
missing POSIX module should have its own ticket for easier tracking. Also, 
missing modules are a great way for people to start contributing 
;).</p>"-----------------

4. [New comment] IronPython exception trace does not show actual offending line 
for certain case.
http://ironpython.codeplex.com/workitem/34386
User Gimmi has commented on the issue:

"<p>Same problem here, seems that this behavior only happen with some kind of 
error, for example:</p><p>```<br>(1, 2) + [3, 4] # 
TypeError<br>```</p><p>Attached is a test that show this behavior. Note that 
the attached test passes when run with __CPython 2.7.2__ and fail when run 
__IronPython 2.7.4__. To execute the tests, run this 
command:</p><p>```<br>python -m unittest test_traceback<br>ipy -m unittest 
test_traceback<br>```</p>"
----------------------------------------------



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

Reply via email to