-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Labels
A-stdlibC-compatA discrepancy between RustPython and CPythonA discrepancy between RustPython and CPythongood first issueGood for newcomersGood for newcomers
Description
Feature
Python Documentation
documentation: https://docs.python.org/3/library/io.html#io.TextIOWrapper
source code: https://github.com/python/cpython/blob/4a3ea1fdd890e5e2ec26540dc3c958a52fba6556/Modules/_io/textio.c#L1120-L1130
Tips
- search for
TextIOWrapperArgsin RustPython source code to look forencodingparameter and init function. _Py_GetLocaleEncodingObjectis same aslocale.getencoding
Metadata
Metadata
Assignees
Labels
A-stdlibC-compatA discrepancy between RustPython and CPythonA discrepancy between RustPython and CPythongood first issueGood for newcomersGood for newcomers