commit | 2abededbc4165d2daa14ae9d74b1f33cce0593d7 | [log] [tgz] |
---|---|---|
author | Paul Ganssle <paul@ganssle.io> | Tue May 19 11:55:18 2020 -0400 |
committer | GitHub <noreply@github.com> | Tue May 19 11:55:18 2020 -0400 |
tree | f06bbbd7eb60b96aea79544186203b0d820f468c | |
parent | a355a06fcc7ef2232736dceb012ae623335cd7ab [diff] |
bpo-40683: Add zoneinfo to LIBSUBDIRS (#20229) Without this, only the _zoneinfo module is getting installed, not the zoneinfo module. I believe this was not noticed earlier because test.test_zoneinfo was also not being installed.