cjdrake / pyeda

Python EDA
BSD 2-Clause "Simplified" License
304 stars 54 forks source link

Change Variable str() from a[1][2][3] to a[1, 2, 3] #91

Closed cjdrake closed 10 years ago

cjdrake commented 10 years ago

This will probably break a bunch of unit tests, but I think it's time to get consistent on this one.