summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Lib/io.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/Lib/io.py b/Lib/io.py
index 734f97853e..213b0fc760 100644
--- a/Lib/io.py
+++ b/Lib/io.py
@@ -1346,9 +1346,6 @@ class TextIOWrapper(TextIOBase):
# - "bytes_..." for integer variables that count input bytes
# - "chars_..." for integer variables that count decoded characters
- def __repr__(self):
- return '<TIOW %x>' % id(self)
-
@property
def encoding(self):
return self._encoding