Author: Richard Plangger <[email protected]> Branch: extradoc Changeset: r5694:566907ba0aec Date: 2016-08-31 08:07 +0200 http://bitbucket.org/pypy/extradoc/changeset/566907ba0aec/
Log: add me to pep 461 task (bytes % format) diff --git a/planning/py3.5/2016-august-progress.rst b/planning/py3.5/2016-august-progress.rst --- a/planning/py3.5/2016-august-progress.rst +++ b/planning/py3.5/2016-august-progress.rst @@ -4,13 +4,14 @@ Planned ------- -* Implement changes to memory view. e.g. hex(): https://bugs.python.org/issue9951 (plan_rich) +* richard: Implement changes to memory view. e.g. hex(): https://bugs.python.org/issue9951 Seems to work, but test suite hangs to verify the CPython tests. -* tuple indexing for memory view, !will be merged soon! (plan_rich) +* richard: tuple indexing for memory view, Comments: Stronly tied to numpy. Hard to implement, because most of the basics are missing (dimensions/strides) We should make a plan to impl. that on default with cpyext support and merge it back to py3.5. Matti's opinion on that would be great! -* plan_rich: extended slicing for memory view +* richard: extended slicing for memory view +* richard: bytes % args, bytearray % args: PEP 461 * arigo: look at test failures relaced to os.scandir() or the pathlib module, or the enum module _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
