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