[pypy-commit] extradoc extradoc: Add a task

arigo pypy.commits at gmail.com
Sat Sep 24 15:06:02 EDT 2016


Author: Armin Rigo <arigo at tunes.org>
Branch: extradoc
Changeset: r5713:7e5686d16033
Date: 2016-09-24 21:05 +0200
http://bitbucket.org/pypy/extradoc/changeset/7e5686d16033/

Log:	Add a task

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
@@ -41,6 +41,11 @@
 
 * bytearray: 'del x[:10]' is now amortized constant-time
 
+* check that 'import array', say, finds and loads a file array.py,
+  whereas 'import gc' does not ('gc' is a built-in module in CPython but
+  'array' is typically an extension module; at least that's the case on
+  Linux with default compilation settings).
+
 
 Milestone 1 (Aug-Sep-Oct 2016)
 ------------------------------


More information about the pypy-commit mailing list