<div dir="ltr"><div class="gmail_quote">On Tue, Mar 1, 2011 at 9:53 PM, geremy condra <span dir="ltr"><<a href="mailto:debatem1@gmail.com">debatem1@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

It's unfortunate that there isn't a good way to do this kind of<br>
long-range work within the auspices of Python. I can imagine a number<br>
of projects like this that fail to attract interest due to low<br>
perceived chances of success and a dearth of community feedback.<br></blockquote><div><br>Once a good library had a solid foundation, it could plug itself into some widely used Python programs and gain publicity and support from there, before pushing for inclusion in the stdlib.<br>

<br>A good example is Django's URL mapping, which currently uses regexps. I think it would be possible to get Django to support an alternate pattern matching method, in addition to regexps, since this would make learning Django easier for developers who don't grok regexps.<br>

<br>- Tal Einat<br></div></div></div>