diff options
Diffstat (limited to 'Lib/urllib/request.py')
-rw-r--r-- | Lib/urllib/request.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/urllib/request.py b/Lib/urllib/request.py index 732c112..17936ee 100644 --- a/Lib/urllib/request.py +++ b/Lib/urllib/request.py @@ -1057,7 +1057,6 @@ class AbstractHTTPHandler(BaseHandler): try: mv = memoryview(data) except TypeError: - print(data) if isinstance(data, collections.Iterable): raise ValueError("Content-Length should be specified \ for iterable data of type %r %r" % (type(data), |