Merge branch 'master' of github.com:micropython/micropython

genexit-inst
Damien George 2014-01-18 17:54:35 +00:00
commit aefe79880f
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
#class mylist(list):
# pass
#l = mylist()
#l.append(1)
#print(l)