On Wed, 22 Sep 2010 00:10:01 +0900
"Stephen J. Turnbull" <step...@xemacs.org> wrote:
> 
> But I don't know whether the web apps programmers will be satisfied
> with such a minimal API.

Web app programmers will generally go through a framework, which
handles encoding/decoding for them (already so in 2.x).

> And there are a lot of APIs that probably should be considered
> candidates for polymorphic versions (regexp matching and searching,
> for example).

As a matter of fact, the re module APIs are already polymorphic,
all the while disallowing any mixing of bytes and unicode.

Regards

Antoine.


_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to