[I18n-sig] Closing some issues

Guido van Rossum guido@digicool.com
Thu, 28 Jun 2001 15:40:09 -0400


> I'd like to close some issues in the PEP if there is agreement. If you
> feel that the following issues still deserve further discussion, just
> yell and I'll leave them as issues:
> 
>  * unichr() should never return surrogate pairs so its domain and range
> vary between wide and narrow Python builds.

+1

>  * ord() should never accept pairs so its domain and range vary between
> wide and narrow Python builds.

+1

>  * nowhere in the design will we discriminate against "lone surrogates"
> other than potentially the codecs.

+1

> "Agreement" means everybody comes out on the same side or Guido rules.

+1 :-)

I take it that \U is still open?  At this point I am +1 on making that
behave platform-specific too.

--Guido van Rossum (home page: http://www.python.org/~guido/)