Kenneth Reitz
Kenneth Reitz
I mean that the entire package can be embedded into your application. This is useful for command line applications. ## Kenneth Reitz On Aug 8, 2012, at 12:43 PM, Jack...
This is intentional, to encourage browser updates.
Gunicorn solves _everything_ :)
+1000 for this!
Confirmed here.
the following code activates tab completion: ```python import rlcompleter, readline readline.parse_and_bind('tab: complete') ```
https://github.com/kennethreitz/pipenv/issues/497