Author: mattip <[email protected]>
Branch: python-numpy
Changeset: r56746:c19009ef23c4
Date: 2012-08-18 22:19 +0300
http://bitbucket.org/pypy/pypy/changeset/c19009ef23c4/
Log: stub out a function
diff --git a/lib_pypy/numpypy/multiarray/__init__.py
b/lib_pypy/numpypy/multiarray/__init__.py
--- a/lib_pypy/numpypy/multiarray/__init__.py
+++ b/lib_pypy/numpypy/multiarray/__init__.py
@@ -159,5 +159,7 @@
def busdaycalendar(weekmask='1111100', holidays=None):
raise ValueError('not implemented yet')
+def _vec_string(*args, **kwargs):
+ raise ValueError('not implemented yet')
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit