<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Congratulations!&nbsp; <br>
<br>
We have a release of Resolver One based on IronPython 2.6 that is
almost ready to go, and hope to get that into beta shortly.<br>
<br>
<br>
<br>
Dino Viehland wrote:
<blockquote
 cite="mid:1A472770E042064698CB5ADC83A12ACD04D7B34A@TK5EX14MBXC118.redmond.corp.microsoft.com"
 type="cite">
  <meta http-equiv="Content-Type" content="text/html; ">
  <meta name="Generator" content="Microsoft Word 12 (filtered medium)">
  <style>
<!--
 /* Font Definitions */
 @font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin-top:0in;
        margin-right:0in;
        margin-bottom:10.0pt;
        margin-left:0in;
        line-height:115%;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
p.MsoListParagraph, li.MsoListParagraph, div.MsoListParagraph
        {mso-style-priority:34;
        margin-top:0in;
        margin-right:0in;
        margin-bottom:10.0pt;
        margin-left:.5in;
        line-height:115%;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page Section1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.Section1
        {page:Section1;}
-->
  </style>
<!--[if gte mso 9]><xml>
 <o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
 <o:shapelayout v:ext="edit">
  <o:idmap v:ext="edit" data="1" />
 </o:shapelayout></xml><![endif]-->
  <div class="Section1">
  <p class="MsoNormal"><span style="color: black;">Hello Python
Community,<o:p></o:p></span></p>
  <p class="MsoNormal"><span style="color: black;">We&#8217;re proud to
announce the
release of IronPython 2.6 final.&nbsp; This is a major release with
improvements across all areas of IronPython and can be downloaded from <a
 moz-do-not-send="true"
 href="http://ironpython.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=12482">http://ironpython.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=12482</a>.&nbsp;
Significant changes include:<o:p></o:p></span></p>
  <p class="MsoListParagraph" style="text-indent: -0.25in;"><span
 style="font-family: Symbol; color: black;">&middot;</span><span
 style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; color: black;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  </span><span style="color: black;">Updating the language and standard
library to match CPython
2.6<o:p></o:p></span></p>
  <p class="MsoListParagraph" style="text-indent: -0.25in;"><span
 style="font-family: Symbol; color: black;">&middot;</span><span
 style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; color: black;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  </span><span style="color: black;">Improved .NET integration<o:p></o:p></span></p>
  <p class="MsoListParagraph" style="text-indent: -0.25in;"><span
 style="font-family: Symbol; color: black;">&middot;</span><span
 style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; color: black;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  </span><span style="color: black;">Updating to the latest version of
the DLR<o:p></o:p></span></p>
  <p class="MsoListParagraph" style="text-indent: -0.25in;"><span
 style="font-family: Symbol; color: black;">&middot;</span><span
 style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; color: black;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  </span><span style="color: black;">Adding previously missing CPython
features and fixing bugs<o:p></o:p></span></p>
  <p class="MsoListParagraph" style="text-indent: -0.25in;"><span
 style="font-family: Symbol; color: black;">&middot;</span><span
 style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; color: black;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  </span><span style="color: black;">Performance improvements in
particular startup time
improvements<o:p></o:p></span></p>
  <p class="MsoNormal"><span style="color: black;">Python 2.6 support
includes a
large number of new features which include support for the new bytes
and byte
array types (<a moz-do-not-send="true"
 href="http://www.python.org/dev/peps/pep-3112/" target="_blank">PEP
3112</a>), decorators for classes (<a moz-do-not-send="true"
 href="http://www.python.org/dev/peps/pep-3129/" target="_blank">PEP
3129</a>),
advanced string formatting (<a moz-do-not-send="true"
 href="http://www.python.org/dev/peps/pep-3101/" target="_blank">PEP
3101</a>) which will feel familiar to .NET users and
integrates nicely with IFormattable, print as a function (<a
 moz-do-not-send="true" href="http://www.python.org/dev/peps/pep-3105/"
 target="_blank">PEP 3105</a>),
Abstract Base Classes (<a moz-do-not-send="true"
 href="http://www.python.org/dev/peps/pep-3119/" target="_blank">PEP
3119</a>), support for binary literals, along with lots of
other minor features and changes.<o:p></o:p></span></p>
  <p class="MsoNormal"><span style="color: black;">IronPython also
continues to
improve .NET integration in this release.&nbsp; We&#8217;ve added the <a
 moz-do-not-send="true"
 href="http://ironpython.net/ironpython/documentation/dotnet/dotnet.html#clrtype"
 target="_blank">__clrtype__ method</a> to types which enables deep
integration
via meta-classes with the .NET type system.&nbsp; There are also a number of
smaller changes such as supporting <a moz-do-not-send="true"
 href="http://ironpython.codeplex.com/WorkItem/View.aspx?WorkItemId=24503"
 target="_blank">IDisposable in for loops</a> matching the behavior of
other
.NET languages.&nbsp; This release also includes the latest version of the
DLR
and fixes a number of issues related to cross-language dynamic
interop.&nbsp;
Not to be left out there&#8217;s improvements in Silverlight integration by
supporting <a moz-do-not-send="true"
 href="http://ironpython.net/browser/sl-back-to-just-text.pdf"
 target="_blank">Python code in HTML script tags</a>.<o:p></o:p></span></p>
  <p class="MsoNormal"><span style="color: black;">We&#8217;ve also continued
to
improve Python compatibility by adding missing features and fixing
bugs.&nbsp;
In this release we&#8217;ve added support for the <a moz-do-not-send="true"
 href="http://docs.python.org/library/ctypes.html" target="_blank">ctypes</a>
module which provides interop with native code in a compatible way
across
Python implementations.&nbsp; We&#8217;ve also implemented sys.settrace to
provide support for the <a moz-do-not-send="true"
 href="http://docs.python.org/library/pdb.html" target="_blank">pdb</a>
module and other Python debuggers.&nbsp; This release
also changes how we support sys._getframe: a fully working version is
now
available by a command line option;&nbsp; when not enabled sys._getframe
doesn&#8217;t exist at all. This release also fixes over 400 bugs removing a
large number of smaller incompatibilities.<o:p></o:p></span></p>
  <p class="MsoNormal"><span style="color: black;">As always we&#8217;ve also
continued to improve performance, and this release primarily focuses on
improving startup time.&nbsp; The IronPython installer now pre-compiles
(ngens)
IronPython during installation on both 32-bit and 64-bit platforms.&nbsp;
Modules are now interpreted initially and hot functions are compiled
for faster
import times.&nbsp; A number of other code paths that used to involve
runtime code
generation have been optimized to be contained within the pre-compiled
IronPython binaries.&nbsp; We&#8217;ve also made a number of smaller changes
which improve performance in other areas such as adding constant
folding. <o:p></o:p></span></p>
  <p class="MsoNormal"><span style="color: black;">Finally we&#8217;d like to
thank
everyone who reported issues and helped make this a better release:&nbsp;
Anders M. Mikkelsen, Dan Eloff, Zachc, yamakox, vernondcole, VAks,
tscottw,
tonyandrewmeyer, tomwright, TomasMatousek, tkamiya, timers, srivatsn,
sopeajw,
saveenr, sanxiyn, rridge, ronniemaor, quirogaco, pythonfoo, pysunil,
pm100,
pl6306, paulfelix, orestis, olegt, oldman, NDHUMuscle, mycall, mmaly,
mmacdonaldssfcu, maplpro, luntain, llaske, lbaker, Lawouach, laurionb,
laughingboy, kurhan, kuno, kowenswp, klrohe, kevgu, jmesserly, jlunder,
jdhardy, jbevain, jackeyoo, hhonisch, gz, gjones, fwereade, deadalusai,
daveremy, Seo Sanghyeon, CurtHagenlocher, chaghi, cgravill, cartman,
bobarnso,
atifaziz, ashcor, alvanet, Helmut, fuzzyman, fabiofz, Eloff, RuiDC,
Kevin Chu,
Kyle Howland-Rose egonw, davec, dungen, dsblank, cjacobs, dmajnemer,
leppie,
Mark Rees, soulfry, tatwright, ufechner and wilberforce.<o:p></o:p></span></p>
  <p class="MsoNormal"><span style="color: black;">Thank you for your
continued
support of IronPython.<o:p></o:p></span></p>
  <p class="MsoNormal"><span style="color: black;">The IronPython Team<o:p></o:p></span></p>
  <p class="MsoNormal"><o:p>&nbsp;</o:p></p>
  </div>
  <pre wrap="">
<hr size="4" width="90%">
_______________________________________________
Users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Users@lists.ironpython.com">Users@lists.ironpython.com</a>
<a class="moz-txt-link-freetext" href="http://lists.ironpython.com/listinfo.cgi/users-ironpython.com">http://lists.ironpython.com/listinfo.cgi/users-ironpython.com</a>
  </pre>
</blockquote>
<br>
<pre class="moz-signature" cols="72">-- 
Giles Thomas
<a class="moz-txt-link-abbreviated" href="mailto:giles.thomas@resolversystems.com">giles.thomas@resolversystems.com</a>
+44 (0) 20 7253 6372

17a Clerkenwell Road, London EC1M 5RD, UK
VAT No.: GB 893 5643 79
Registered in England and Wales as company number 5467329.
Registered address: 843 Finchley Road, London NW11 8NA, UK

</pre>
</body>
</html>