Hi ironpython,

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

In today's digest:ISSUES

1. [New comment] compile does not accept AST object
2. [New issue] ctypes.wintypes.LPCSTR doesn't works correctly
3. [New issue] httplib.HTTPSConnection has difficulty parsing certificates

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

ISSUES

1. [New comment] compile does not accept AST object
http://ironpython.codeplex.com/workitem/32526
User jdhardy has commented on the issue:

"Fixed in 144a378. Thanks, Pawel."-----------------

2. [New issue] ctypes.wintypes.LPCSTR doesn't works correctly
http://ironpython.codeplex.com/workitem/33145
User DenisKolodin has proposed the issue:

"This code works in Python:

from ctypes.wintypes import LPCSTR
lpstr = LPCSTR(b'\000')

but doesn't work in IronPython!
Fails with error:
  TypeError: expected char pointer, got bytes"-----------------

3. [New issue] httplib.HTTPSConnection has difficulty parsing certificates
http://ironpython.codeplex.com/workitem/33146
User mooch has proposed the issue:

"I wrote a small Python script that establishes an HTTPS connection and uploads 
some data.  On CPython this works as expected, but on IronPython it fails with 
"Error decoding PEM-encoded file.""
----------------------------------------------



----------------------------------------------
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

Reply via email to