Vinay Sajip
Vinay Sajip
This is what I use in `shell_config/init.bash`: ``` if [ -n "$VIRTUAL_ENV" ]; then PREFIX=$(basename $VIRTUAL_ENV) if [ -n "$VENV_PROMPT" ]; then PREFIX=$(printf "$VENV_PROMPT" "$PREFIX") else PREFIX="$PREFIX " fi PS1="\[\033[01;34m\]\$PREFIX\e[0m$PS1"...
This was auto-closed via commit message, but I'm not sure if it's actually fixed yet. I'm not sure if PEP440 had revisions after `distlib` implemented an early version of it,...
OK, tests all seem to be passing. You might want to try the latest version in this repository and report your findings. (Only `distlib/version.py` changed, apart from some tests. If...
I'm pretty sure that regex wasn't in the spec when distlib implemented its version code, or I'd have used it (parts of it might even predate PEP440, it was around...
Have you found any more errors in the version parsing? The `NormalizedMatcher` is not supposed to suggest a canonical form via its `__str__`, so that's not actually a bug (though...
That's helpful of you to flesh it out for me, thanks very much. There's actually a `suggest()` API in `distlib.version` which I can update to look more like this, but...
I'll get to it at some point, but it's not a high priority.
> Hi everybody, any plans to get this done? No immediate plans, as it's a low priority, as I said earlier.
In all normal cases where a launcher `.exe` is used, it is prepended to some payload, rendering any signature invalid.