From 617bc8cc1c1b34b11954cf9e4caec3a25a07167b Mon Sep 17 00:00:00 2001 From: Ian Cordasco Date: Tue, 3 Dec 2013 09:17:36 -0600 Subject: [PATCH] Add README to requests/packages - Hopefully people will read this before making changes to vendored libraries --- requests/packages/README.rst | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 requests/packages/README.rst 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 -- 2.34.1