Message 107876 - Python tracker
Message107876
| Author | belopolsky |
|---|---|
| Recipients | belopolsky |
| Date | 2010-06-15.15:52:45 |
| SpamBayes Score | 0.005863664 |
| Marked as misclassified | No |
| Message-id | <1276617170.01.0.394704824446.issue9000@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Recently added datetime.timezone class does not have a custom repr, so one gets >>> timezone.utc <datetime.timezone object at 0x100681ef0> instead of parseable datetime.timezone(datetime.timedelta(0)) This is inconsistent with the way other classes in datetime module behave. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2010-06-15 15:52:50 | belopolsky | set | recipients: + belopolsky |
| 2010-06-15 15:52:50 | belopolsky | set | messageid: <1276617170.01.0.394704824446.issue9000@psf.upfronthosting.co.za> |
| 2010-06-15 15:52:46 | belopolsky | link | issue9000 messages |
| 2010-06-15 15:52:45 | belopolsky | create | |