pairochjulrat / python-on-a-chip

Automatically exported from code.google.com/p/python-on-a-chip
Other
0 stars 0 forks source link

Use standard built-in functions #237

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I propose to have support for the CPython built-in functions 
(http://docs.python.org/library/functions.html) to increase portability of 
code. Also, i propose to rename the current '__bi.py' built-in module to the 
standard '__builtins__.py' with the same purpose.

Original issue reported on code.google.com by piranna on 10 Jun 2012 at 2:13