Hi ironpython,

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

In today's digest:ISSUES

1. [New comment] sys.stdout.isatty() always returns True
2. [New comment] Lower casing non-ASCII characters does not work
3. [New comment] introduce support for readline module (raw input)
4. [New comment] match cpython behaviour - types.ModuleType()
5. [New comment] locale.setlocale does not detect/set default user locale
6. [New comment] TypeError: instancemethod.__cmp__(x,y) requires y to be a 
'instancemethod', not a ...
7. [New comment] struct.pack not threadsafe
8. [New comment] IronPython: Python.CreateEngine blocking on Windows 8

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

ISSUES

1. [New comment] sys.stdout.isatty() always returns True
http://ironpython.codeplex.com/workitem/33123
User jdhardy has commented on the issue:

"<p>Fixed in c02becc.</p"-----------------

2. [New comment] Lower casing non-ASCII characters does not work
http://ironpython.codeplex.com/workitem/33133
User jdhardy has commented on the issue:

"<p>Fixed in c02becc.</p"-----------------

3. [New comment] introduce support for readline module (raw input)
http://ironpython.codeplex.com/workitem/33164
User jdhardy has commented on the issue:

"<p>Fixed in dbfd060.</p"-----------------

4. [New comment] match cpython behaviour - types.ModuleType()
http://ironpython.codeplex.com/workitem/33173
User jdhardy has commented on the issue:

"<p>Fixed in ab42602.</p"-----------------

5. [New comment] locale.setlocale does not detect/set default user locale
http://ironpython.codeplex.com/workitem/33220
User jdhardy has commented on the issue:

"<p>Fixed in 2371b5d.</p"-----------------

6. [New comment] TypeError: instancemethod.__cmp__(x,y) requires y to be a 
'instancemethod', not a ...
http://ironpython.codeplex.com/workitem/33622
User jdhardy has commented on the issue:

"<p>Fixed in 1f4c7ee.</p"-----------------

7. [New comment] struct.pack not threadsafe
http://ironpython.codeplex.com/workitem/33720
User jdhardy has commented on the issue:

"<p>Fixed in 86a3f79.</p"-----------------

8. [New comment] IronPython: Python.CreateEngine blocking on Windows 8
http://ironpython.codeplex.com/workitem/34020
User Loupi has commented on the issue:

"<p>Ok,</p><p>Here is some sample code that isolate and reproduce both the 
problem and the workaround.<br>It is composed of 3 projects:<br>CmdLineService 
(used to host the service in a command line, very handy for 
debugging)<br>IronPythonServiceHost (The Windows Service. Look at 
IronPythonServiceHost.cs to reproduce the 
problem)<br>IronPythonWcfServiceLibrary (A naive WCF service implementation 
used to reproduce the problem)</p><p>What's not inside:<br>IronPython 
assemblies. You'll have to add references for these in 
IronPythonWcfServiceLibrary.</p><p>To run it:<br>You must run Visual Studio 
with admin privileges.<br>Set IronPythonServiceHost as a startup project. Then 
go into it's poject properties. In the debug tab,<br>add /c as a command line 
argument.<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
[email protected]
http://mail.python.org/mailman/listinfo/ironpython-users

Reply via email to