Skip to content

Commit bf3f3a5

Browse files
Add zoneinfo to compute-changes.py
1 parent 0f27a07 commit bf3f3a5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Tools/build/compute-changes.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,9 @@
9898
Path("Modules/pyexpat.c"),
9999
# zipfile
100100
Path("Lib/zipfile/"),
101+
# zoneinfo
102+
Path("Lib/zoneinfo/"),
103+
Path("Modules/_zoneinfo.c"),
101104
})
102105

103106

0 commit comments

Comments
 (0)