summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorLarry Hastings <larry@hastings.org>2015-07-25 21:22:13 (GMT)
committerLarry Hastings <larry@hastings.org>2015-07-25 21:22:13 (GMT)
commit164df4e51a5bf0b3b1694b81edbe38ea4bf1ce13 (patch)
tree693314832bee50bb05f651493dd046765eb3c982 /Misc
parent197ae02f87cce53c2300ee63de667f96bfedb1f7 (diff)
downloadcpython-3.5.0b4.zip
cpython-3.5.0b4.tar.gz
cpython-3.5.0b4.tar.bz2
Version bump for Python 3.5.0b4.v3.5.0b4
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index b270ebf..9515b79 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -40,8 +40,8 @@ Library
- Issue #24620: Random.setstate() now validates the value of state last element.
-- Issue #22485: Fixed an issue that caused `inspect.getsource` to return incorrect
- results on nested functions.
+- Issue #22485: Fixed an issue that caused `inspect.getsource` to return
+ incorrect results on nested functions.
- Issue #22153: Improve unittest docs. Patch from Martin Panter and evilzero.