diff options
author | Benjamin Peterson <benjamin@python.org> | 2016-05-28 21:05:11 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2016-05-28 21:05:11 (GMT) |
commit | 6ca426021904b7ec9548b64842eff107b0b8aeb8 (patch) | |
tree | ab1567524b7368fdedaa8fbccd89cb35aaeb7174 /Misc | |
parent | dc4f7c09cc934524a763498250e30123a0d9d2c5 (diff) | |
parent | c352620c92d2efcdf4940909d6de81cf9c336e0b (diff) | |
download | cpython-6ca426021904b7ec9548b64842eff107b0b8aeb8.zip cpython-6ca426021904b7ec9548b64842eff107b0b8aeb8.tar.gz cpython-6ca426021904b7ec9548b64842eff107b0b8aeb8.tar.bz2 |
merge 3.5
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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. |