[pypy-svn] pypy fast-forward: Move "make bytearray" out of the "easy" tasks, and complete the description.

arigo commits-noreply at bitbucket.org
Sun Jan 9 11:11:14 CET 2011


Author: Armin Rigo <arigo at tunes.org>
Branch: fast-forward
Changeset: r40501:2d5aee39cc16
Date: 2011-01-09 11:10 +0100
http://bitbucket.org/pypy/pypy/changeset/2d5aee39cc16/

Log:	Move "make bytearray" out of the "easy" tasks, and complete the
	description.

diff --git a/lib-python/TODO b/lib-python/TODO
--- a/lib-python/TODO
+++ b/lib-python/TODO
@@ -8,8 +8,6 @@
 Probably easy tasks
 -------------------
 
-- Missing builtin: bytearray (possibly reuse module.__pypy__.bytebuffer)
-
 - New complex syntax::
 
       assert complex("(1+2j)") == (1+2j)
@@ -54,6 +52,10 @@
 Longer tasks
 ------------
 
+- Missing builtin: bytearray (mutable resizable string).  Also ideally
+  refactor stringobject.py and unicodeobject.py to allow more code reuse
+  between these (now) three types.
+
 - Finish the _io module.
 
 - Finish _multiprocessing


More information about the Pypy-commit mailing list