Jim Fulton
Jim Fulton
Could this be a Python 3 only feature that relies on built in virtualenv support? At least initially? Jim On Jun 10, 2015 4:23 PM, "Reinout van Rees" [email protected] wrote:...
A test that demonstrates that the fix is needed (and correct) would be help.
+1 re virtualenv
Thanks for writing this up. I'll note that I'd also want this to to work somehow in section conditions.
On Mon, May 22, 2017 at 12:00 PM, Maksym Shalenyi wrote: > I were looking for examples of using on find-links new docs site and it > returned me only...
Maaaaaybe, we should even prefer remote wheels over local source releases. It's unclear which is more expensive, the download or the build.
FWIW, I endorse removing dead code. Every line of code is a liability that needs to earn it's keep. Realzy code can be added later if someone decides to implement...
Drive by :) comments: - It would be nice to decouple the cache implementation from the persistence semantics. I *think* this would be pretty straightforward. - We define a C...
Sorry for coming in late on this. What is rational for `_p_repr`? This seems to add needless complexity. Why not let subclasses override `__repr__` if they want to override `__repr__`?...
Ha ha, Ah, right, dealing with closed connections... I vaguely remember this being a problem. :)