[pypy-commit] extradoc extradoc: a new job for me

plan_rich pypy.commits at gmail.com
Fri Sep 30 05:17:19 EDT 2016


Author: Richard Plangger <planrichi at gmail.com>
Branch: extradoc
Changeset: r5720:46b5b8cf9f44
Date: 2016-09-30 10:56 +0200
http://bitbucket.org/pypy/extradoc/changeset/46b5b8cf9f44/

Log:	a new job for me

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
@@ -5,7 +5,8 @@
 In-progress ("Lock" section)
 ----------------------------
 
-* richard: bz2, lzma, ... changes (cpython issue 15955)
+* richard: bz2, lzma, ... changes (cpython issue 15955) (DONE)
+* richard: threads do not seem to join (e.g. lib-python/3/test/test_bz2.py)
 
 * arigo: faulthandler module
 
@@ -59,9 +60,9 @@
 
 * bytes % args, bytearray % args: PEP 461
 
-* New bytes.hex(), bytearray.hex() and memoryview.hex() methods.
+* New bytes.hex(), bytearray.hex() and memoryview.hex() methods. (DONE)
 
-* memoryview now supports tuple indexing
+* memoryview now supports tuple indexing (DONE)
 
 * A new RecursionError exception is now raised when maximum recursion
   depth is reached. (DONE)


More information about the pypy-commit mailing list