diff options
author | Fred Drake <fdrake@acm.org> | 2000-10-02 22:11:47 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2000-10-02 22:11:47 (GMT) |
commit | d254c0095c95c6359c1fe4bea286ee465c8c3458 (patch) | |
tree | cfc0a6574145b2b66bf451349d56e5c632269b01 /Lib/codecs.py | |
parent | 8093b70a129d2c3de8481c45128a9225c784e45e (diff) | |
download | cpython-d254c0095c95c6359c1fe4bea286ee465c8c3458.zip cpython-d254c0095c95c6359c1fe4bea286ee465c8c3458.tar.gz cpython-d254c0095c95c6359c1fe4bea286ee465c8c3458.tar.bz2 |
Remove redundent information from a docstring.
Diffstat (limited to 'Lib/codecs.py')
-rw-r--r-- | Lib/codecs.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Lib/codecs.py b/Lib/codecs.py index 2c1d835..56b6dcf 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 |