[Python-checkins] cpython: #19439: Update PCbuild/readme.txt with new sub-project

zach.ware python-checkins at python.org
Wed Nov 6 05:03:52 CET 2013


http://hg.python.org/cpython/rev/99640494ca7f
changeset:   86959:99640494ca7f
user:        Zachary Ware <zachary.ware at gmail.com>
date:        Tue Nov 05 21:55:46 2013 -0600
summary:
  #19439: Update PCbuild/readme.txt with new sub-project

files:
  PCbuild/readme.txt |  3 +++
  1 files changed, 3 insertions(+), 0 deletions(-)


diff --git a/PCbuild/readme.txt b/PCbuild/readme.txt
--- a/PCbuild/readme.txt
+++ b/PCbuild/readme.txt
@@ -110,6 +110,9 @@
 pywlauncher
     pyw.exe, a variant of py.exe that doesn't open a Command Prompt
     window
+_testembed
+    _testembed.exe, a small program that embeds Python for testing
+    purposes, used by test_capi.py
 
 These are miscellaneous sub-projects that don't really fit the other
 categories.  By default, these projects do not build in Debug

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


More information about the Python-checkins mailing list