[pypy-commit] extradoc extradoc: updates

arigo pypy.commits at gmail.com
Wed Sep 21 12:00:20 EDT 2016


Author: Armin Rigo <arigo at tunes.org>
Branch: extradoc
Changeset: r5709:5fb52c896f0b
Date: 2016-09-21 18:00 +0200
http://bitbucket.org/pypy/extradoc/changeset/5fb52c896f0b/

Log:	updates

diff --git a/planning/py3.5/milestone-1-progress.rst b/planning/py3.5/milestone-1-progress.rst
--- a/planning/py3.5/milestone-1-progress.rst
+++ b/planning/py3.5/milestone-1-progress.rst
@@ -37,6 +37,8 @@
 
 * Windows: issue 2310: kill WindowsError
 
+* bytearray: 'del x[:10]' is now amortized constant-time
+
 
 Milestone 1 (Aug-Sep-Oct 2016)
 ------------------------------
@@ -47,7 +49,7 @@
 planned:
 
 * PEP 492, coroutines with async and await syntax.  (The complete PEP
-  is included.)
+  is included.)  DONE
 
 * PEP 465, a new matrix multiplication operator: a @ b.
 


More information about the pypy-commit mailing list