<html><head><meta http-equiv="Content-Type" content="text/html charset=iso-8859-1"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On Jun 1, 2013, at 2:33 AM, Matt Wilkie <<a href="mailto:maphew@gmail.com">maphew@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">sorry, here's the direct branch link :<br><a href="http://bazaar.launchpad.net/~leo-editor-team/leo-editor/trunk3/files">http://bazaar.launchpad.net/~leo-editor-team/leo-editor/trunk3/files</a><br><br>and nightly snapshots: http://www.greygreen.org/leo/<br><br>-matt<br><br>On Fri, May 31, 2013 at 11:30 PM, Matt Wilkie <maphew@gmail.com> wrote:<br><blockquote type="cite"><blockquote type="cite">Matt, is your code available online anywhere?<br></blockquote><br>yes: https://code.launchpad.net/leo-editor<br><br>thanks for looking at this.<br><br>-matt<br></blockquote></blockquote></div><br><div>As far as I can tell your issue is unrelated to the CDN.</div><div><br></div><div>I don't know how to use Launchpad very well, but you hit a path in the code that, as far as I know, only gets hit when you don't have a long_description.</div><div><br></div><div>This bit of code attempts to extract a long_description from a README file. It explicitly checks for certain extensions and TXT (instead of txt) is not one of them. However it returns a singular None when the calling code expects a 2 item tuple to be returned.</div><div><br></div><div>I'm guessing that you didn't have a long_description when it wasn't working, and your README file was named README.TXT, and between when it wasn't working and when it was you added a long_description.</div><div><br></div><div>Is my guess correct?</div><div><br></div><div>The bit of code in question is <a href="https://bitbucket.org/pypa/pypi/src/0fd0fd89b791bc2641382f81dcc677ae4742abf7/description_utils.py?at=default#cl-202">https://bitbucket.org/pypa/pypi/src/0fd0fd89b791bc2641382f81dcc677ae4742abf7/description_utils.py?at=default#cl-202</a></div><div>
<div style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><br class="Apple-interchange-newline">-----------------</div><div style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; ">Donald Stufft</div><div style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; ">PGP: 0x6E3CBCE93372DCFA // 7C6B 7C5D 5E2B 6356 A926 F04F 6E3C BCE9 3372 DCFA</div>
</div>
<br></body></html>