diff options
author | Matti Picus <matti.picus@gmail.com> | 2021-01-21 13:32:47 +0200 |
---|---|---|
committer | Matti Picus <matti.picus@gmail.com> | 2021-01-21 13:32:47 +0200 |
commit | 7c6b9889555e94cf9878f9707390c487b0c345c0 (patch) | |
tree | 4cd2fa1c2d63b218bce36cd4d498c295ee9d4ce4 /pypy/doc | |
parent | fix a bug in the heapcache around nonstandard virtualizables (it doesn't occur (diff) | |
parent | fix py3.7-winreg backports (diff) | |
download | pypy-7c6b9889555e94cf9878f9707390c487b0c345c0.tar.gz pypy-7c6b9889555e94cf9878f9707390c487b0c345c0.tar.bz2 pypy-7c6b9889555e94cf9878f9707390c487b0c345c0.zip |
merge, document py2.7-winreg which backports winreg changes from py3.7
Diffstat (limited to 'pypy/doc')
-rw-r--r-- | pypy/doc/whatsnew-head.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst index 2ea03cbe7d..f8adb5e3c2 100644 --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/doc/whatsnew-head.rst @@ -44,3 +44,8 @@ Refactor documentation of win64 from future plans to what was executed Backport msvc detection from python3, which probably breaks using Visual Studio 2008 (MSVC9, or the version that used to be used to build CPython2.7 on Windows) + +.. branch: py2.7-winreg + +Backport fixes to winreg adding reflection and fix for passing None (bpo +21151). |