Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make it easier to access non-string values #19

Open
GoogleCodeExporter opened this issue Apr 15, 2015 · 0 comments
Open

Make it easier to access non-string values #19

GoogleCodeExporter opened this issue Apr 15, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

At the moment, all config values are strings.  Individual config variables
should themselves be promoted to objects with .asint() .asbool(),
.asfloat() or .asstring() methods that convert that variable to the type
you actually need, and/or it should perhaps make an attempt at type
inference for basic types.

(see issue 18 for the original complaint)

Original issue reported on code.google.com by psobe...@gmail.com on 17 Apr 2010 at 7:10

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant