- Python Home
- About
- News
- Documentation
- Downloads
- Community
- Foundation
- Developer's Guide
- Issue Tracker
- Issues
- Summaries
- User
- Administration
- Help
Message305071
This issue tracker has been migrated to GitHub,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
| Author | serhiy.storchaka |
|---|---|
| Recipients | brett.cannon, christian.heimes, gvanrossum, lukasz.langa, methane, rhettinger, serhiy.storchaka, terry.reedy, vstinner |
| Date | 2017-10-26.16:22:03 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1509034923.76.0.213398074469.issue31415@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
The importtime option is cached only if it is set. If it is not set (the common case), it is not cached. PR 4138 makes it be cached in the common case and improves errors handling. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2017-10-26 16:22:04 | serhiy.storchaka | set | recipients: + serhiy.storchaka, gvanrossum, brett.cannon, rhettinger, terry.reedy, vstinner, christian.heimes, methane, lukasz.langa |
| 2017-10-26 16:22:03 | serhiy.storchaka | set | messageid: <1509034923.76.0.213398074469.issue31415@psf.upfronthosting.co.za> |
| 2017-10-26 16:22:03 | serhiy.storchaka | link | issue31415 messages |
| 2017-10-26 16:22:03 | serhiy.storchaka | create | |

