From e0e5b2e3aa23a805c8bc8adbd54af57ff37ead5c Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 29 Aug 2017 16:16:52 -0400 Subject: [PATCH] Update philosophy.rst --- docs/dev/philosophy.rst | 4 ++++ 1 file changed, 4 insertions(+) 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 + + + 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