Opened 3 years ago
Last modified 3 years ago
#33654 closed Cleanup/optimization
Missed function in __all__ in timezone.py — at Initial Version
Reported by: | Andrey Otto | Owned by: | Andrey Otto |
---|---|---|---|
Component: | Utilities | Version: | 4.0 |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Ready for checkin | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | yes | UI/UX: | no |
Description
In some reason in timezone.py file missed localdate()
function in __all__
list. Because of this PyCharm (for example) highlights import of localdate
.
Note:
See TracTickets
for help on using tickets.