summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2016-05-28 21:05:11 (GMT)
committerBenjamin Peterson <benjamin@python.org>2016-05-28 21:05:11 (GMT)
commit6ca426021904b7ec9548b64842eff107b0b8aeb8 (patch)
treeab1567524b7368fdedaa8fbccd89cb35aaeb7174 /Misc
parentdc4f7c09cc934524a763498250e30123a0d9d2c5 (diff)
parentc352620c92d2efcdf4940909d6de81cf9c336e0b (diff)
downloadcpython-6ca426021904b7ec9548b64842eff107b0b8aeb8.zip
cpython-6ca426021904b7ec9548b64842eff107b0b8aeb8.tar.gz
cpython-6ca426021904b7ec9548b64842eff107b0b8aeb8.tar.bz2
merge 3.5
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index ce051d5..d2d157f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -204,7 +204,8 @@ Core and Builtins
- Issue #25791: If __package__ != __spec__.parent or if neither __package__ or
__spec__ are defined then ImportWarning is raised.
-- Issue #25731: Fix set and deleting __new__ on a class.
+- Issue #22995: [UPDATE] Comment out the one of the pickleability tests in
+ _PyObject_GetState() due to regressions observed in Cython-based projects.
- Issue #25961: Disallowed null characters in the type name.