Reviewed-by: Luca Vizzarro
Makes perfect sense to me to just get rid of the unneeded method and
argument, and the new order also makes things more clear.
Reviewed-by: Jeremy Spewock
The close method was split into two methods, one with common code and
one that's subclass specific. There wasn't any common code so the split
doesn't make sense. And if we ever need such a split, we can use super()
in the future.
There was also an unused argument, force and the order of methods was
3 matches
Mail list logo