<html><head><style type="text/css" media="screen">Body{font-family: Verdana;font-size:.75em;}h4{font-size:.9em;}a{color: #3a62a6;}.digest .toc {margin-bottom: 15px; padding-bottom:8px; border-bottom: 1px solid #ccc;}.digest .tocItem {margin-bottom: 15px;}.tocItem a{color:#000;text-decoration: none;}.tocItem a:hover{color: #3a62a6;text-decoration: underline;}.topic{padding-bottom: 8px;margin-bottom: 20px; border-bottom: 1px solid #ccc;}.topicHeader{margin-bottom:10px;}.topicTitle{font-weight: bold;}.replies p{margin:0;padding:0;}.replies hr{width: 15%;text-align: left;margin: 0 auto 5px 0;border: none 0;border-top: 1px solid #ccc;height: 1px;}.reply{margin-bottom: 6px;padding-bottom: 4px;}.anchorMarker{color: #3a62a6;}.footer{color: gray;}</style></head><body><div class="digest"><p>Hi ironpython,</p><p>Here's your Daily Digest of new issues for project "<a href="http://ironpython.codeplex.com/">IronPython</a>".</p><p>In today's digest:</p><h4>ISSUES</h4><div class="toc"><div class="tocItem"><a href="#toc_issue_1">1. <span class="tocTitle">[New issue] IronPython 2.7.5 B3 does not work with Pyro 4</span> <span class="anchorMarker">↓</span></a></div><div class="tocItem"><a href="#toc_issue_2">2. <span class="tocTitle">[New issue] ssl default to SSL v2</span> <span class="anchorMarker">↓</span></a></div></div><h4>ISSUES</h4><div class="topic"><a name="toc_issue_1"></a><div class="topicHeader"><span class="topicTitle">1. [New issue] IronPython 2.7.5 B3 does not work with Pyro 4</span> <a href="http://ironpython.codeplex.com/workitem/35667">view online</a></div><p>User yngipy has proposed the issue:</p><p>"Issue:<br />
Using Pyro4 in IronPython 2.7.5 B3 does not work. It works with IronPython 2.7.4.<br />
<br />
Did we have changes in pickling?<br />
<br />
Configuration:<br />
Windows 8.1 Pro 32-bit<br />
<br />
Steps to reproduce:<br />
Download and install IronPython 2.7.5 B3<br />
Download Serpent (1.7) tar.gz file<br />
Extract Serpent<br />
Change directory to the extracted location<br />
Install Serpent - ipy.exe setup.py install<br />
Download Pyro 4 (4.30) tar.gz fie<br />
Extract Pyro 4<br />
Change to the extracted folder for Pyro 4.<br />
Install Pyro 4 - ipy.exe setup.py install<br />
Run attached server.py<br />
Run attached client.py<br />
<br />
Notice that client.py raises TypeError exception, see below:<br />
Traceback (most recent call last):<br />
  File "client2.py", line 8, in <module><br />
  File "d:\ipy\lib\site-packages\pyro4-4.30-py2.7.egg\Pyro4\core.py", line 231,<br />
in <strong>getattr</strong><br />
  File "d:\ipy\lib\site-packages\pyro4-4.30-py2.7.egg\Pyro4\core.py", line 475,<br />
in _pyroGetMetadata<br />
  File "d:\ipy\lib\site-packages\pyro4-4.30-py2.7.egg\Pyro4\core.py", line 466,<br />
in _Proxy__pyroCreateConnection<br />
  File "d:\ipy\lib\site-packages\pyro4-4.30-py2.7.egg\Pyro4\util.py", line 167,<br />
in serializeCall<br />
  File "d:\ipy\lib\site-packages\pyro4-4.30-py2.7.egg\Pyro4\util.py", line 449,<br />
in dumpsCall<br />
  File "d:\ipy\lib\site-packages\serpent-1.7-py2.7.egg\serpent.py", line 306, in<br />
 ser_builtins_tuple<br />
  File "d:\ipy\lib\site-packages\serpent-1.7-py2.7.egg\serpent.py", line 233, in<br />
 _serialize<br />
  File "d:\ipy\lib\site-packages\pyro4-4.30-py2.7.egg\Pyro4\core.py", line 483,<br />
in _pyroGetMetadata<br />
  File "d:\ipy\lib\site-packages\pyro4-4.30-py2.7.egg\Pyro4\core.py", line 357,<br />
in _pyroInvoke<br />
  File "d:\ipy\lib\site-packages\serpent-1.7-py2.7.egg\serpent.py", line 67, in<br />
dumps<br />
  File "d:\ipy\lib\site-packages\serpent-1.7-py2.7.egg\serpent.py", line 222, in<br />
 serialize<br />
  File "d:\ipy\lib\site-packages\serpent-1.7-py2.7.egg\serpent.py", line 254, in<br />
 _serialize<br />
TypeError: type objects are unhashable"</p></div><div class="topic"><a name="toc_issue_2"></a><div class="topicHeader"><span class="topicTitle">2. [New issue] ssl default to SSL v2</span> <a href="http://ironpython.codeplex.com/workitem/35668">view online</a></div><p>User paweljasinski has proposed the issue:</p><p>"ssl connections defaults to SSL v2. cpython 2.7.8 under linux, cygwin and win32 defaults to TLS 1.2<br />
This causes <br />
<pre><code>IOError: System.IO.IOException: Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host. ---> System.Net.Sockets.SocketException: An existing connection was forcibly closed by the remote host</code></pre>

during the initial handshake (server drops connection right after Client Hello)<br />
<br />
more details under: <a href="http://stackoverflow.com/questions/26810705/ironpython-urllib2-basic-auth-exceptions-shopify/26847407#26847407" rel="nofollow">http://stackoverflow.com/questions/26810705/ironpython-urllib2-basic-auth-exceptions-shopify/26847407#26847407</a>"</p></div><div class="footer"><p>You are receiving this email because you subscribed to notifications on CodePlex.</p><p>To report a bug, request a feature, or add a comment, visit <a href="http://ironpython.codeplex.com/workitem/list/basic">IronPython Issue Tracker</a>. You can <a href="http://ironpython.codeplex.com/subscriptions/workitem/project/edit">unsubscribe or change your issue notification settings</a> on CodePlex.com.</p></div></div></body></html>