hoytak / treedict

TreeDict is a fast, flexible and full-featured hierarchical python container that makes simple and sophisticated bookkeeping easy.
http://www.stat.washington.edu/~hoytak/code/treedict/
Other
30 stars 9 forks source link

Add '-' to the allowed characters in branch names #10

Closed alertedsnake closed 8 years ago

alertedsnake commented 8 years ago

I've been pulling data in from yaml files and wrapping TreeDict around it, and yaml allows dashes in key names. Couldn't really see any good reason why this wouldn't be acceptable, and I've run a few tests and it seems to work fine.

Was there a particular reason '-' wasn't allowed at first that I don't know if? If not, this would certainly help me out a lot :)

alertedsnake commented 8 years ago

Actually, let me poke more at this, I missed something.