diff options
author | Armin Rigo <arigo@tunes.org> | 2020-11-24 13:51:39 +0100 |
---|---|---|
committer | Armin Rigo <arigo@tunes.org> | 2020-11-24 13:51:39 +0100 |
commit | c24fbe1d233feeee79d38e232cea3815dc733c07 (patch) | |
tree | 6ebb1a979029bee97945c4eb84ce9637c86481a6 /pypy/doc/whatsnew-head.rst | |
parent | Ignore the test_tab failure in this specific file (diff) | |
download | pypy-c24fbe1d233feeee79d38e232cea3815dc733c07.tar.gz pypy-c24fbe1d233feeee79d38e232cea3815dc733c07.tar.bz2 pypy-c24fbe1d233feeee79d38e232cea3815dc733c07.zip |
document branch
Diffstat (limited to 'pypy/doc/whatsnew-head.rst')
-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 79a53575b6..6fe082cc9a 100644 --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/doc/whatsnew-head.rst @@ -12,3 +12,7 @@ CI: Add a Dockerfile for CI to prevent hitting pull limits on docker hub .. branch: issue-3333 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 |