[pypy-svn] r29339 - pypy/dist/pypy/translator/js/modules

fijal at codespeak.net fijal at codespeak.net
Mon Jun 26 09:45:49 CEST 2006


Author: fijal
Date: Mon Jun 26 09:45:48 2006
New Revision: 29339

Added:
   pypy/dist/pypy/translator/js/modules/bltns.py
Log:
Added missing file.


Added: pypy/dist/pypy/translator/js/modules/bltns.py
==============================================================================
--- (empty file)
+++ pypy/dist/pypy/translator/js/modules/bltns.py	Mon Jun 26 09:45:48 2006
@@ -0,0 +1,13 @@
+
+""" Some other function
+"""
+
+from pypy.translator.stackless.test.test_transform import one
+
+def date():
+    if one():
+        return 3.2
+    else:
+        return 5.8
+
+date.suggested_primitive = True



More information about the Pypy-commit mailing list