Author: Armin Rigo <ar...@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) ------------------------------ _______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit