summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBerker Peksag <berker.peksag@gmail.com>2017-02-27 14:26:10 (GMT)
committerGitHub <noreply@github.com>2017-02-27 14:26:10 (GMT)
commit046041e23b3c7e0b4a08705e2792ef3e28d03384 (patch)
tree318e3bd3bebd8949285df310be1ccf6f46714a42
parentbc10e6bd7b6b4a738ce327e31550048d3dd8d8bd (diff)
downloadcpython-046041e23b3c7e0b4a08705e2792ef3e28d03384.zip
cpython-046041e23b3c7e0b4a08705e2792ef3e28d03384.tar.gz
cpython-046041e23b3c7e0b4a08705e2792ef3e28d03384.tar.bz2
Delete accidentally merged entries from Misc/NEWS (#338)
-rw-r--r--Misc/NEWS10
1 files changed, 0 insertions, 10 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index c47657f..7ec6b12 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -83,16 +83,6 @@ Library
- bpo-29110: Fix file object leak in aifc.open() when file is given as a
filesystem path and is not in valid AIFF format. Patch by Anthony Zhang.
-- bpo-22807: Add uuid.SafeUUID and uuid.UUID.is_safe to relay information from
- the platform about whether generated UUIDs are generated with a
- multiprocessing safe method.
-
-- bpo-29576: Improve some deprecations in importlib. Some deprecated methods
- now emit DeprecationWarnings and have better descriptive messages.
-
-- bpo-29534: Fixed different behaviour of Decimal.from_float()
- for _decimal and _pydecimal. Thanks Andrew Nester.
-
- Issue #28556: Various updates to typing module: typing.Counter, typing.ChainMap,
improved ABC caching, etc. Original PRs by Jelle Zijlstra, Ivan Levkivskyi,
Manuel Krebber, and Ɓukasz Langa.