<br><br><div class="gmail_quote">On Fri, Jul 29, 2011 at 11:31, Tres Seaver <span dir="ltr">&lt;<a href="mailto:tseaver@palladion.com">tseaver@palladion.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

-----BEGIN PGP SIGNED MESSAGE-----<br>
Hash: SHA1<br>
<div class="im"><br>
On 07/29/2011 07:22 AM, Joao S. O. Bueno wrote:<br>
<br>
&gt; I disaagree. Having proper html parsing out of the box is part of<br>
&gt; the &quot;batteries included&quot; thing. And it is not a matter of &quot;having<br>
&gt; html 5&quot; - as stated on this thread, fixing it for html5 will fix it<br>
&gt; for html that exists in the &quot;real world&quot;.<br>
&gt;<br>
&gt; Python _has_ to work with quick 30-50 lines scripts deliverable<br>
&gt; everywhere, not just has proper 3rd party libraries that can work as<br>
&gt; part of a huge project using buildout.<br>
<br>
</div>Assuming it were merged today, that parser would only be available on<br>
Python 3.3 and later:  how is that &quot;everywhere&quot;?</blockquote><div><br>Well, &quot;everywhere, eventually&quot;. This gets down to the usual philosophical debate of what should (not) be in the stdlib so that those who have strict third-party code get access to useful libraries while balancing the desire of those who want to keep the stdlib lean or prevent stagnating the API of a module.<br>

 </div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">  Having scripts that<br>
work against html5lib (which *doesn&#39;t* need buildout to install, or even<br>
setuptools) makes them portable to any version of Python supported by<br>
the library (Python 2.3+, AFAICT).<br></blockquote><div><br>If the library was brought in they could probably continue to be portable with possibly just the addition of a try/finally on the import line.<br><br>-Brett<br>

 </div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<br>
<br>
Tres.<br>
- --<br>
===================================================================<br>
Tres Seaver          <a href="tel:%2B1%20540-429-0999" value="+15404290999">+1 540-429-0999</a>          <a href="mailto:tseaver@palladion.com">tseaver@palladion.com</a><br>
Palladion Software   &quot;Excellence by Design&quot;    <a href="http://palladion.com" target="_blank">http://palladion.com</a><br>
-----BEGIN PGP SIGNATURE-----<br>
Version: GnuPG v1.4.10 (GNU/Linux)<br>
Comment: Using GnuPG with Mozilla - <a href="http://enigmail.mozdev.org/" target="_blank">http://enigmail.mozdev.org/</a><br>
<br>
iEYEARECAAYFAk4y/JYACgkQ+gerLs4ltQ4KKwCgkyOlmb8xxhxg1qWH9RRbEpEw<br>
ne0AoL6NgRElbY61QRqnXJjiKoHq0ToW<br>
=fk3k<br>
-----END PGP SIGNATURE-----<br>
<div><div></div><div class="h5"><br>
_______________________________________________<br>
Python-Dev mailing list<br>
<a href="mailto:Python-Dev@python.org">Python-Dev@python.org</a><br>
<a href="http://mail.python.org/mailman/listinfo/python-dev" target="_blank">http://mail.python.org/mailman/listinfo/python-dev</a><br>
Unsubscribe: <a href="http://mail.python.org/mailman/options/python-dev/brett%40python.org" target="_blank">http://mail.python.org/mailman/options/python-dev/brett%40python.org</a><br>
</div></div></blockquote></div><br>