diff options
| author | Benjamin Peterson <benjamin@python.org> | 2008-04-13 02:05:48 (GMT) |
|---|---|---|
| committer | Benjamin Peterson <benjamin@python.org> | 2008-04-13 02:05:48 (GMT) |
| commit | a3d19f35c49b5eb8f7089d851629b299574e5c35 (patch) | |
| tree | 410c1af7528853b288d0338d823f31250fdf031c /Lib/io.py | |
| parent | 7bb4d2d0fa13544276b09852ed17df29994879a1 (diff) | |
| download | cpython-a3d19f35c49b5eb8f7089d851629b299574e5c35.zip cpython-a3d19f35c49b5eb8f7089d851629b299574e5c35.tar.gz cpython-a3d19f35c49b5eb8f7089d851629b299574e5c35.tar.bz2 | |
Backport the removal of a __repr__ from 62251
Diffstat (limited to 'Lib/io.py')
| -rw-r--r-- | Lib/io.py | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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 |
