[pypy-commit] pypy numpy-dtype-alt: removed the TODO, this branch is merge ready I think

alex_gaynor noreply at buildbot.pypy.org
Thu Aug 25 21:39:46 CEST 2011


Author: Alex Gaynor <alex.gaynor at gmail.com>
Branch: numpy-dtype-alt
Changeset: r46773:a258dfd1c5cf
Date: 2011-08-25 15:45 -0400
http://bitbucket.org/pypy/pypy/changeset/a258dfd1c5cf/

Log:	removed the TODO, this branch is merge ready I think

diff --git a/TODO.txt b/TODO.txt
deleted file mode 100644
--- a/TODO.txt
+++ /dev/null
@@ -1,4 +0,0 @@
-TODO for merging numpy-dtype-alt
-================================
-
-* More operations on more dtypes
\ No newline at end of file
diff --git a/pypy/module/micronumpy/test/test_dtypes.py b/pypy/module/micronumpy/test/test_dtypes.py
--- a/pypy/module/micronumpy/test/test_dtypes.py
+++ b/pypy/module/micronumpy/test/test_dtypes.py
@@ -85,4 +85,4 @@
         a = array(range(5), dtype="int8")
         b = a + a
         for i in range(5):
-            assert b[i] == i * 2
\ No newline at end of file
+            assert b[i] == i * 2


More information about the pypy-commit mailing list