• Kevin Modzelewski's avatar
    Fix None.__format__ · e497a265
    Kevin Modzelewski authored
    Was a descriptor issue where we were interpreting 'None' as 'no argument'.
    I think this only gets triggered when pip has to do a http retry, which is
    why it only sporadically made the tests fail.
    e497a265
float.py 1.96 KB