[Python-checkins] devguide: Document the new Programs directory

nick.coghlan python-checkins at python.org
Fri Jul 25 14:47:07 CEST 2014


http://hg.python.org/devguide/rev/37fa50edb2c4
changeset:   708:37fa50edb2c4
user:        Nick Coghlan <ncoghlan at gmail.com>
date:        Fri Jul 25 22:46:59 2014 +1000
summary:
  Document the new Programs directory

files:
  setup.rst |  9 +++++++--
  1 files changed, 7 insertions(+), 2 deletions(-)


diff --git a/setup.rst b/setup.rst
--- a/setup.rst
+++ b/setup.rst
@@ -373,9 +373,14 @@
      Code related to the parser. The definition of the AST nodes is also kept
      here.
 
+``Programs``
+     Source code for C executables, including the main function for the
+     CPython interpreter (in versions prior to Python 3.5, these files are
+     in the Modules directory).
+
 ``Python``
-     The code that makes up the CPython interpreter. This includes the compiler,
-     eval loop and various built-in modules.
+     The code that makes up the core CPython runtime. This includes the
+     compiler, eval loop and various built-in modules.
 
 ``Tools``
      Various tools that are (or have been) used to maintain Python.

-- 
Repository URL: http://hg.python.org/devguide


More information about the Python-checkins mailing list