astrofrog / pyavm

Pure-python AVM library
http://astrofrog.github.io/pyavm/
Other
20 stars 9 forks source link

Should empty AVM item return ``None`` or empty string #27

Open astrofrog opened 10 years ago

astrofrog commented 10 years ago

AVMString currently returns None if string is empty. Should it return '' instead?