Author: wenzhuman <[email protected]> Branch: ast-issue1673 Changeset: r70385:dfd4cc308b91 Date: 2014-04-01 17:38 -0400 http://bitbucket.org/pypy/pypy/changeset/dfd4cc308b91/
Log: add doc for ast-issue1673 branch in whatsnew-head.rst diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/doc/whatsnew-head.rst @@ -127,3 +127,7 @@ .. branch: win32-fixes4 fix more tests for win32 + +.. branch: ast-issue1673 +fix ast classes __dict__ are always empty problem and fix the ast deepcopy issue when +there is missing field \ No newline at end of file _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
