diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2008-10-17 15:54:44 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2008-10-17 15:54:44 (GMT) |
commit | 869bad9b5a4a51640ee97deda95913899c663333 (patch) | |
tree | 795f71f9b583dd8c39fff97861fa22633b895a67 /Misc | |
parent | c820eaf34793284c03e45b0346d2deca18cb84b5 (diff) | |
download | cpython-869bad9b5a4a51640ee97deda95913899c663333.zip cpython-869bad9b5a4a51640ee97deda95913899c663333.tar.gz cpython-869bad9b5a4a51640ee97deda95913899c663333.tar.bz2 |
Issue #3717: Fix Demo/embed/demo.c.
Reviewed by Benjamin Peterson.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -74,6 +74,8 @@ Build Tools/Demos ----------- +- Issue #3717: Fix Demo/embed/demo.c. + - Issue #4072: Add a distutils demo for build_py_2to3. |