summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2017-04-22 09:24:59 +0300
committerGitHub <noreply@github.com>2017-04-22 09:24:59 +0300
commit7bfd740e3d484e6fdf3f5c2d4640450957f9d89c (patch)
treee348457625a8fff39b3d5d914fd6473c9d62fc44
parent9616a82e7802241a4b74cf7ae38d43c37bf66e48 (diff)
downloadcpython-git-7bfd740e3d484e6fdf3f5c2d4640450957f9d89c.tar.gz
Remove unneeded Misc/NEWS entry for bpo-29802. (#1251)
The bug was added in still not released version.
-rw-r--r--Misc/NEWS3
1 files changed, 0 insertions, 3 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 72fcded6a1..651d17569b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -320,9 +320,6 @@ Library
- bpo-29960: Preserve generator state when _random.Random.setstate()
raises an exception. Patch by Bryan Olson.
-- bpo-29802: Fixed reference counting in module-level struct functions when
- pass arguments of wrong type.
-
- bpo-30070: Fixed leaks and crashes in errors handling in the parser module.
- bpo-22352: Column widths in the output of dis.dis() are now adjusted for