Author: Alex Gaynor <[email protected]>
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
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit