[Python-Dev] unichr

Paul Prescod paulp@ActiveState.com
Tue, 06 Feb 2001 18:54:08 -0800


Does anyone have an example of real code that would break if unichr and
chr were merged? chr would return a regular string if possible and a
Unicode string otherwise. When the two string types are merged, there
would be no need to deprecate unichr as redundant.

 Paul Prescod