From d254c0095c95c6359c1fe4bea286ee465c8c3458 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Mon, 2 Oct 2000 22:11:47 +0000 Subject: Remove redundent information from a docstring. --- Lib/codecs.py | 3 --- 1 file changed, 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 -- cgit v0.12