STINNER Victor <vstin...@redhat.com> added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue36297>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to