BigEd / python-on-a-chip

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

Add dict.update to src/lib/dict.py #149

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The C API dict_update() exists.  This would make it easy to create the Python 
API dict.update().

Original issue reported on code.google.com by dwhall...@gmail.com on 3 Oct 2010 at 4:15

GoogleCodeExporter commented 9 years ago

Original comment by dwhall...@gmail.com on 22 Oct 2010 at 3:29

GoogleCodeExporter commented 9 years ago
Dict comparisons do not work, so I have to implement dict_compare(), too.

Original comment by dwhall...@gmail.com on 25 Oct 2010 at 5:15

GoogleCodeExporter commented 9 years ago
r9dec067a34
- Implemented src/lib/dict.update(d1,d2)
- VM can now compare 2 dicts for equivalence, too.
- Added system test t349

All tests pass

Original comment by dwhall...@gmail.com on 25 Oct 2010 at 6:54