[Python-checkins] peps: Reflect Antoine's comments.

martin.v.loewis python-checkins at python.org
Sat Aug 27 07:31:55 CEST 2011


http://hg.python.org/peps/rev/67b518bf9a7e
changeset:   3932:67b518bf9a7e
user:        Martin v. Löwis <martin at v.loewis.de>
date:        Sat Aug 27 07:23:59 2011 +0200
summary:
  Reflect Antoine's comments.

files:
  pep-0393.txt |  7 ++++++-
  1 files changed, 6 insertions(+), 1 deletions(-)


diff --git a/pep-0393.txt b/pep-0393.txt
--- a/pep-0393.txt
+++ b/pep-0393.txt
@@ -213,11 +213,16 @@
 It makes the implementation more complex. That's true, but considered
 worth it given the benefits.
 
-The Py_Unicode representation is not instantaneously available,
+The Py_UNICODE representation is not instantaneously available,
 slowing down applications that request it. While this is also true,
 applications that care about this problem can be rewritten to use the
 str representation.
 
+The question was raised whether the wchar_t representation is
+discouraged, or scheduled for removal. This is not the intent of this
+PEP; applications that use them will see a performance penalty,
+though. Future versions of Python may consider to remove them.
+
 Copyright
 =========
 

-- 
Repository URL: http://hg.python.org/peps


More information about the Python-checkins mailing list