Message150372
| Author | tim.golden |
|---|---|
| Recipients | Ramchandra Apte, belopolsky, flox, patrick.vrijlandt, tim.golden, vstinner |
| Date | 2011-12-30.11:03:58 |
| SpamBayes Score | 0.0001250677 |
| Marked as misclassified | No |
| Message-id | <4EFD9A80.5070908@timgolden.me.uk> |
| In-reply-to | <1325241762.25.0.689061865979.issue13674@psf.upfronthosting.co.za> |
| Content | |
|---|---|
Yes, sorry. I wasn't clear enough. There *are* still checks in the 3.x code (for the kind of thing you're showing). But the checks assume 1000 <= year <= maxint is ok for all format parameters on Windows. In fact, for %y, only 1900 <= year is ok. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2011-12-30 11:03:59 | tim.golden | set | recipients: + tim.golden, belopolsky, vstinner, flox, patrick.vrijlandt, Ramchandra Apte |
| 2011-12-30 11:03:59 | tim.golden | link | issue13674 messages |
| 2011-12-30 11:03:58 | tim.golden | create | |