Message198688
| Author | gladman |
|---|---|
| Recipients | Ramchandra Apte, belopolsky, flox, gladman, patrick.vrijlandt, tim.golden, vstinner |
| Date | 2013-09-30.10:32:15 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1380537136.24.0.192050348529.issue13674@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
On IDLE this:
Python 3.3.2 (v3.3.2:d047928ae3f6, May 16 2013, 00:06:53) [MSC v.1600 64 bit (AMD64)] on win32
Type "copyright", "credits" or "license()" for more information.
>>> from datetime import datetime
>>> datetime(1878, 12, 31).strftime('%d %b %y')
causes a crash on Windows. I am surprised that this bug still exists as it is not far off two years old now. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2013-09-30 10:32:16 | gladman | set | recipients: + gladman, belopolsky, vstinner, tim.golden, flox, patrick.vrijlandt, Ramchandra Apte |
| 2013-09-30 10:32:16 | gladman | set | messageid: <1380537136.24.0.192050348529.issue13674@psf.upfronthosting.co.za> |
| 2013-09-30 10:32:16 | gladman | link | issue13674 messages |
| 2013-09-30 10:32:15 | gladman | create | |