diff options
author | Matti Picus <matti.picus@gmail.com> | 2021-04-02 01:27:25 +0300 |
---|---|---|
committer | Matti Picus <matti.picus@gmail.com> | 2021-04-02 01:27:25 +0300 |
commit | cee0e2da04dff918784887602958556b032c2de1 (patch) | |
tree | 624202ce2a92da04b042297da747d12fc0d015c2 /pypy | |
parent | restore code that got lost in the shuffle (thanks obfusk) (diff) | |
download | pypy-cee0e2da04dff918784887602958556b032c2de1.tar.gz pypy-cee0e2da04dff918784887602958556b032c2de1.tar.bz2 pypy-cee0e2da04dff918784887602958556b032c2de1.zip |
revert pyrepl to 8ef001285964, before merging upstream
Diffstat (limited to 'pypy')
-rw-r--r-- | pypy/doc/release-v7.3.4.rst | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/pypy/doc/release-v7.3.4.rst b/pypy/doc/release-v7.3.4.rst index edb2478138..5df8d9f162 100644 --- a/pypy/doc/release-v7.3.4.rst +++ b/pypy/doc/release-v7.3.4.rst @@ -216,9 +216,6 @@ Speedups and enhancements shared across versions - Add a shortcut for ``re.sub`` doing zero replacements for things like escaping characters) - Expose the physical size of a list in ``__pypy__.list_get_physical_size`` -- Sync with upstream https://github.com/pypy/pyrepl to improve unicode handling - in history (issue 2371). This also includes some PRs not yet merged to - upstream. - Clean up the icon bundled with the exe in windows - Add a fast path for ``list[:] = l2`` - Update packaged OpenSSL to 1.1.1k |