mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
report() needs to report enew and edeleted
This commit is contained in:
parent
ae21ced5da
commit
81be17bdae
1 changed files with 2 additions and 0 deletions
|
@ -155,6 +155,8 @@ class File:
|
|||
r("lmtime", gmctime)
|
||||
if self.eseen:
|
||||
r("erev")
|
||||
r("enew")
|
||||
r("edeleted")
|
||||
r("ectime", gmctime)
|
||||
r("emtime", gmctime)
|
||||
if self.rseen:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue