<div dir="ltr"><div><div class="gmail_quote" style="font-size:12.8px"><span style="font-size:small">On 1/8/2016 6:04 PM, Guido van Rossum wrote:</span><br style="font-size:small"><blockquote class="gmail_quote" style="font-size:small;margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">At Dropbox we're trying to be good citizens and we're working towards<br>introducing gradual typing (PEP 484) into our Python code bases (several<br>million lines of code). However, that code base is mostly still Python<br>2.7 and we believe that we should introduce gradual typing first and<br>start working on conversion to Python 3 second (since having static<br>types in the code can help a big refactoring like that).<br></blockquote><div> </div></div><span class="im" style="font-size:12.8px"><div><span style="font-size:small;color:rgb(34,34,34)">Big +1</span><br></div></span></div><div><br></div><div>I maintain some packages that are single-source 2/3 compatible packages, thus we haven't been able to add type annotations yet (which I was initially skeptical about, but now love) without dropping py2 support. So even for packages that have already been ported to py3, this proposal would be great.</div><div><br></div><div>-Robert</div></div>