diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2017-09-21 14:27:37 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-09-21 14:27:37 +0200 |
| commit | 5c63ab5520ae94122bea7c9921bb3ec99690eef8 (patch) | |
| tree | c1358e35dfc4d097eec0504f6f42be7723d3eba8 | |
| parent | 28b7f7681a785e98da6cadc78195887c66a8520f (diff) | |
Fix minor README nits
| -rw-r--r-- | README.md | 18 |
1 files changed, 9 insertions, 9 deletions
@@ -98,20 +98,20 @@ to the test suite would make sense. ## Misc. notes ## - * Useful information can be extracted from internal data structures. The + * **Useful information can be extracted from internal data structures.** The expression format is pretty simple for example (see the - `Config.parse_expr()` docstring). + `Config._parse_expr()` docstring). It's hard to come up with good APIs for dealing with expressions given how - general they are, so feel free to look at them directly (modifying them is - dangerous though, because it breaks dependency tracking). Maybe I'll - officially document the expression format and add a bunch of accessors - later. The internal format is unlikely to change in either case, and would - probably be returned directly. + general they are, so feel free to look at them directly if none of the + exposed APIs will suffice (modifying them is dangerous though, because it + breaks dependency tracking). Maybe I'll officially document the expression + format and add a bunch of accessors later. The internal format is unlikely + to change in either case, and would probably be returned directly. If you come up with some good generally-usable APIs involving expressions, - please tell me. Make sure they also make sense for expressions involving || - (or). + please tell me. Make sure they also make sense for expressions involving `||` + (or) and `!` (not). * Kconfiglib works well with [PyPy](http://pypy.org). It gives a nice speedup over CPython when batch processing a large number of configurations (like |
