summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Reitz <me@kennethreitz.org>2017-08-29 16:16:52 -0400
committerGitHub <noreply@github.com>2017-08-29 16:16:52 -0400
commite0e5b2e3aa23a805c8bc8adbd54af57ff37ead5c (patch)
tree7aa0e8042f6a85ac7e64854141336cadae3c7470
parent96b9a3f0fc7551aa3c2d25b093ba85a49d5b0497 (diff)
downloadpython-requests-e0e5b2e3aa23a805c8bc8adbd54af57ff37ead5c.tar.gz
Update philosophy.rst
-rw-r--r--docs/dev/philosophy.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/dev/philosophy.rst b/docs/dev/philosophy.rst
index c0c0612f..fcc2a35e 100644
--- a/docs/dev/philosophy.rst
+++ b/docs/dev/philosophy.rst
@@ -31,6 +31,10 @@ Standard Library?
Requests has no *active* plans to be included in the standard library. This decision has been discussed at length with Guido as well as numerous core developers.
+.. raw:: html
+
+ <script async class="speakerdeck-embed" data-id="68f22f0841734d848315c618111b13ea" data-ratio="1.33333333333333" src="//speakerdeck.com/assets/embed.js"></script>
+
Essentially, the standard library is where a library goes to die. It is appropriate for a module to be included when active development is no longer necessary.
Linux Distro Packages