[pypy-commit] pypy python-numpy: stub out a function

mattip noreply at buildbot.pypy.org
Sat Aug 18 21:20:42 CEST 2012


Author: mattip <matti.picus at gmail.com>
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')
 
 


More information about the pypy-commit mailing list