mirror of https://github.com/python/cpython.git
report() needs to report enew and edeleted
This commit is contained in:
parent
ae21ced5da
commit
81be17bdae
|
@ -155,6 +155,8 @@ def r(key, repr=repr, self=self):
|
|||
r("lmtime", gmctime)
|
||||
if self.eseen:
|
||||
r("erev")
|
||||
r("enew")
|
||||
r("edeleted")
|
||||
r("ectime", gmctime)
|
||||
r("emtime", gmctime)
|
||||
if self.rseen:
|
||||
|
|
Loading…
Reference in New Issue