Bug 1043842

Summary: Deprecation warning
Product: [Fedora] Fedora Reporter: Miroslav Suchý <msuchy>
Component: python-urllib3Assignee: Ralph Bean <rbean>
Status: CLOSED INSUFFICIENT_DATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 20CC: a.badger, rbean
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-02-13 16:49:38 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Miroslav Suchý 2013-12-17 10:35:52 UTC
When I use python3-urllib3 I get:

/usr/lib/python3.3/site-packages/urllib3/connectionpool.py:239: DeprecationWarning: the 'strict' argument isn't supported anymore; http.client now always assumes HTTP/1.x compliant servers.
  strict=self.strict)

Version:
python3-urllib3-1.7-4.fc20.noarch

It would be nice if this warning can be somehow removed :)

Comment 1 Ralph Bean 2014-02-13 16:02:46 UTC
Can you provide an example of usage that produces the deprecation warning?

Comment 2 Miroslav Suchý 2014-02-13 16:49:38 UTC
I could not reproduce it. Well I do not recall how I get to this error and if I try all possible usage of urllib3 I'm not getting this warning.
My fault. I should had submit full traceback.