[Ironpython-users] IronPython, Daily Digest 9/21/2012

no_reply at codeplex.com no_reply at codeplex.com
Sat Sep 22 12:49:41 CEST 2012


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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20120922/279f422e/attachment.html>


More information about the Ironpython-users mailing list