summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2014-01-02 18:44:18 (GMT)
committerR David Murray <rdmurray@bitdance.com>2014-01-02 18:44:18 (GMT)
commit9025f1c5c4435da265cbe1524d803d04d9f2c4d2 (patch)
tree83784bd8e896b6c221442d796a04c723c26eab70 /Misc
parent6e731b0a418784eba9065cddc2b0f665faff051c (diff)
downloadcpython-9025f1c5c4435da265cbe1524d803d04d9f2c4d2.zip
cpython-9025f1c5c4435da265cbe1524d803d04d9f2c4d2.tar.gz
cpython-9025f1c5c4435da265cbe1524d803d04d9f2c4d2.tar.bz2
whatsnew: sqlite3 uri parm, unittest.main defaultTest, ftplib.Netrc deprecation
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 79509eb..6cce3be 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -2439,7 +2439,7 @@ Library
- Issue #4591: Uid and gid values larger than 2**31 are supported now.
-- Issue #17141: random.vonmisesvariate() no more hangs for large kappas.
+- Issue #17141: random.vonmisesvariate() no longer hangs for large kappas.
- Issue #17149: Fix random.vonmisesvariate to always return results in
[0, 2*math.pi].