From: Benjamin Peterson Date: Fri, 17 Oct 2014 15:07:14 +0000 (-0400) Subject: remove link to the 'original package specification'; I doubt it's useful anymore... X-Git-Tag: v2.7.9rc1~117 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=867dc37822d3d1dcbd67e10487f1715f0d197b4f;p=thirdparty%2FPython%2Fcpython.git remove link to the 'original package specification'; I doubt it's useful anymore (closes #22657) --- diff --git a/Doc/reference/simple_stmts.rst b/Doc/reference/simple_stmts.rst index 0158e871005c..0203e0814175 100644 --- a/Doc/reference/simple_stmts.rst +++ b/Doc/reference/simple_stmts.rst @@ -695,9 +695,7 @@ hierarchical naming of modules. To help organize modules and provide a hierarchy in naming, Python has a concept of packages. A package can contain other packages and modules while modules cannot contain other modules or packages. From a file system perspective, packages are directories and modules -are files. The original `specification for packages -`_ is still available to read, -although minor details have changed since the writing of that document. +are files. .. index:: single: sys.modules