[00:00:02] <dstufft> yea, I was just thinking in terms of stealing functools.lru_cache, if it returned a sentinel insteadof raised an exception then we could just shove functools.lru_cache inside compat for Python 2.x
[00:00:09] <dstufft> doesn't matter much to me either way though
[00:12:28] <lifeless> so I think I'm ready to do my patch now
[00:13:20] <lifeless> have a factory on abstract_dist to replace it with a IsSetupConfig one after probing setup.cfg for setup_requires and dist-requires
[20:02:58] <pmxbot> Extract method for warning of legacy version
[20:02:58] <pmxbot> Reindent warning and use short circuits for flatter implementation.
[20:02:58] <pmxbot> Prefer new string formatting. Re-use variable names.
[20:02:58] <pmxbot> Disable warning of LegacyVersion in parsed_version. This functionality should be called explicitly at whatever times are appropriate for the warning. Fixes #307.
[20:02:58] <pmxbot> Backed out changeset 6e045b2724d0 and 56d7ea3d42b2. Ref #307.