This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients ezio.melotti, methane, vstinner
Date 2019-03-15.09:26:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1552641971.16.0.450273418578.issue36297@roundup.psfhosted.org>
In-reply-to
Content
I found:

* _PyUnicode_DecodeUnicodeInternal()
* _codecs.unicode_internal_decode()
* _codecs.unicode_internal_encode()
* Lib/encodings/unicode_internal.py

Files which contain "unicode_internal":

Doc/library/codecs.rst
Doc/whatsnew/3.3.rst
Lib/encodings/unicode_internal.py
Lib/test/test_codeccallbacks.py
Lib/test/test_codecs.py
Lib/test/test_unicode.py
Misc/HISTORY
Modules/_codecsmodule.c
Modules/clinic/_codecsmodule.c.h
Objects/unicodeobject.c
PCbuild/lib.pyproj


> May I remove it in 3.8?

Since using the codec emits a DeprecationWarning at runtime, I think that it's safe to remove it.
History
Date User Action Args
2019-03-15 09:26:11vstinnersetrecipients: + vstinner, ezio.melotti, methane
2019-03-15 09:26:11vstinnersetmessageid: <1552641971.16.0.450273418578.issue36297@roundup.psfhosted.org>
2019-03-15 09:26:11vstinnerlinkissue36297 messages
2019-03-15 09:26:10vstinnercreate