diff options
author | Ronan Lamy <ronan.lamy@gmail.com> | 2020-11-25 20:28:14 +0000 |
---|---|---|
committer | Ronan Lamy <ronan.lamy@gmail.com> | 2020-11-25 20:28:14 +0000 |
commit | 65a2585e08202d216574ded096f77e23726bbd6a (patch) | |
tree | 30cd4889653c02d1c4142dc28940342da967d458 /pypy/doc | |
parent | hg merge default (diff) | |
download | pypy-65a2585e08202d216574ded096f77e23726bbd6a.tar.gz pypy-65a2585e08202d216574ded096f77e23726bbd6a.tar.bz2 pypy-65a2585e08202d216574ded096f77e23726bbd6a.zip |
Document branch
Diffstat (limited to 'pypy/doc')
-rw-r--r-- | pypy/doc/whatsnew-head.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst index 6fe082cc9a..85c2873e68 100644 --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/doc/whatsnew-head.rst @@ -16,3 +16,7 @@ Fix xml.etree.ElementTree assigning default attribute values: issue 3333 .. branch: rpython-rsre-for-37 Support for the new format of regular expressions in Python 3.7 + +.. branch: rpy-cparser + +Upstream internal cparser tool from pypy/ to rpython/ |