Message 221933 - Python tracker
Message221933
| Author | belopolsky |
|---|---|
| Recipients | alexandre.vassalotti, belopolsky, fdrake, mark.dickinson, pitrou, vstinner |
| Date | 2014-06-30.01:26:53 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1404091614.18.0.854087967237.issue9051@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
I updated the patch. Please note that it only includes python code, so you need to suppress _datetime acceleration to test: >>> import sys >>> sys.modules['_datetime'] = None >>> from pickle import * >>> from datetime import * >>> dumps(timezone.utc) b'\x80\x03cdatetime\n_utc\nq\x00.' |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2014-06-30 01:26:54 | belopolsky | set | recipients: + belopolsky, fdrake, mark.dickinson, pitrou, vstinner, alexandre.vassalotti |
| 2014-06-30 01:26:54 | belopolsky | set | messageid: <1404091614.18.0.854087967237.issue9051@psf.upfronthosting.co.za> |
| 2014-06-30 01:26:54 | belopolsky | link | issue9051 messages |
| 2014-06-30 01:26:53 | belopolsky | create | |