diff options
Diffstat (limited to 'Misc/NEWS.d/3.6.5.rst')
-rw-r--r-- | Misc/NEWS.d/3.6.5.rst | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Misc/NEWS.d/3.6.5.rst b/Misc/NEWS.d/3.6.5.rst new file mode 100644 index 00000000000..ded13aebd56 --- /dev/null +++ b/Misc/NEWS.d/3.6.5.rst @@ -0,0 +1,16 @@ +.. bpo: 32872 +.. date: 2018-03-28-01-35-02 +.. nonce: J5NDUj +.. release date: 2018-03-28 +.. section: Tests + +Avoid regrtest compatibility issue with namespace packages. + +.. + +.. bpo: 33163 +.. date: 2018-03-28-04-15-03 +.. nonce: hfpWuU +.. section: Build + +Upgrade pip to 9.0.3 and setuptools to v39.0.1. |