From 9f4b1e9c50da83b51a4b0c7ee7d7dc3ef94a0cf6 Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Thu, 10 Nov 2011 20:56:30 +0100 Subject: Fix and deprecated the unicode_internal codec unicode_internal codec uses Py_UNICODE instead of the real internal representation (PEP 393: Py_UCS1, Py_UCS2 or Py_UCS4) for backward compatibility. --- Doc/library/codecs.rst | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Doc/library') diff --git a/Doc/library/codecs.rst b/Doc/library/codecs.rst index 4523c7ff2c..a9fae95d07 100644 --- a/Doc/library/codecs.rst +++ b/Doc/library/codecs.rst @@ -1173,6 +1173,8 @@ particular, the following variants typically exist: | unicode_internal | | Return the internal | | | | representation of the | | | | operand | +| | | | +| | | .. deprecated:: 3.3 | +--------------------+---------+---------------------------+ The following codecs provide bytes-to-bytes mappings. -- cgit v1.2.1