Message 251342 - Python tracker
Message251342
| Author | serhiy.storchaka |
|---|---|
| Recipients | alexandre.vassalotti, belopolsky, fdrake, mark.dickinson, ned.deily, pitrou, serhiy.storchaka, vstinner |
| Date | 2015-09-22.19:16:13 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1442949374.12.0.131814120665.issue9051@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
For stability it is better to use public name 'timezone.utc' instead of '_utc'. Dotted names now are supported with all protocols. > but there is still room for improvement: Don't worry about this. When you pickle a number of datetime objects with the same timezone, the timezone is pickled only once and for all other datetime objects only a reference is used. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2015-09-22 19:16:14 | serhiy.storchaka | set | recipients: + serhiy.storchaka, fdrake, mark.dickinson, belopolsky, pitrou, vstinner, alexandre.vassalotti, ned.deily |
| 2015-09-22 19:16:14 | serhiy.storchaka | set | messageid: <1442949374.12.0.131814120665.issue9051@psf.upfronthosting.co.za> |
| 2015-09-22 19:16:14 | serhiy.storchaka | link | issue9051 messages |
| 2015-09-22 19:16:13 | serhiy.storchaka | create | |