消息 [108115]
Reopening because the patch introduced a regression with respect to datetime subclasses:
>>> class DT(datetime): pass
...
>>> DT.strptime('', '')
datetime.datetime(1900, 1, 1, 0, 0)
a DT instance expected. Need tests covering subclasses. |
|
| 日期 |
用户 |
动作 |
参数 |
| 2010-06-18 15:43:40 | belopolsky | 修改 | recipients:
+ belopolsky, brett.cannon, mark.dickinson, eric.araujo, eka, dmhouse, abrown, dudologist |
| 2010-06-18 15:43:39 | belopolsky | 修改 | messageid: <1276875819.5.0.890328123721.issue6641@psf.upfronthosting.co.za> |
| 2010-06-18 15:43:37 | belopolsky | 链接 | issue6641 messages |
| 2010-06-18 15:43:37 | belopolsky | 创建 | |
|