summaryrefslogtreecommitdiff
path: root/Lib/codecs.py
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2000-10-02 22:11:47 +0000
committerFred Drake <fdrake@acm.org>2000-10-02 22:11:47 +0000
commitd254c0095c95c6359c1fe4bea286ee465c8c3458 (patch)
treecfc0a6574145b2b66bf451349d56e5c632269b01 /Lib/codecs.py
parent8093b70a129d2c3de8481c45128a9225c784e45e (diff)
downloadcpython-git-d254c0095c95c6359c1fe4bea286ee465c8c3458.tar.gz
Remove redundent information from a docstring.
Diffstat (limited to 'Lib/codecs.py')
-rw-r--r--Lib/codecs.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/Lib/codecs.py b/Lib/codecs.py
index 2c1d835450..56b6dcf0dc 100644
--- a/Lib/codecs.py
+++ b/Lib/codecs.py
@@ -521,9 +521,6 @@ def EncodedFile(file, data_encoding, file_encoding=None, errors='strict'):
to 'strict' which causes ValueErrors to be raised in case an
encoding error occurs.
- data_encoding and file_encoding are added to the wrapped file
- object as attributes .data_encoding and .file_encoding resp.
-
The returned wrapped file object provides two extra attributes
.data_encoding and .file_encoding which reflect the given
parameters of the same name. The attributes can be used for