From: Ian Cordasco Date: Tue, 3 Dec 2013 15:17:36 +0000 (-0600) Subject: Add README to requests/packages X-Git-Tag: v2.1.0~12^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=617bc8cc1c1b34b11954cf9e4caec3a25a07167b;p=services%2Fpython-requests.git Add README to requests/packages - Hopefully people will read this before making changes to vendored libraries --- diff --git a/requests/packages/README.rst b/requests/packages/README.rst new file mode 100644 index 0000000..3948adb --- /dev/null +++ b/requests/packages/README.rst @@ -0,0 +1,8 @@ +If you are planning to submit a pull request to requests with any changes in +this library do not go any further. These are independent libraries which we +vendor into requests. Any changes necessary to these libraries must be made in +them and submitted as separate pull requests to those libraries. + +urllib3 pull requests go here: https://github.com/shazow/urllib3 + +charade pull requests go here: https://github.com/sigmavirus24/charade