commit | 869bad9b5a4a51640ee97deda95913899c663333 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Fri Oct 17 15:54:44 2008 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Fri Oct 17 15:54:44 2008 +0000 |
tree | 795f71f9b583dd8c39fff97861fa22633b895a67 | |
parent | c820eaf34793284c03e45b0346d2deca18cb84b5 [diff] [blame] |
Issue #3717: Fix Demo/embed/demo.c. Reviewed by Benjamin Peterson.
diff --git a/Misc/NEWS b/Misc/NEWS index 72b8073..8781877 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -74,6 +74,8 @@ Tools/Demos ----------- +- Issue #3717: Fix Demo/embed/demo.c. + - Issue #4072: Add a distutils demo for build_py_2to3.