Message146827
| Author | flox |
|---|---|
| Recipients | belopolsky, flox, python-dev |
| Date | 2011-11-02.07:04:31 |
| SpamBayes Score | 0.16445996 |
| Marked as misclassified | No |
| Message-id | <1320217472.3.0.653912921389.issue13312@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
It fails for very low negative years: -2147481749 <= year <= -2147483648 (-1<<31) + 1900 <= year <= (-1<<31) Every other value behaves correctly on this FreeBSD buildbot: - (-1<<31) + 1900 < year < (+1<<31) : correctly formatted with '%Z' - year < (-1<<31) : raises OverfowError - year >= (+1<<31) : raises OverfowError |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2011-11-02 07:09:26 | flox | unlink | issue13312 messages |
| 2011-11-02 07:04:32 | flox | set | recipients: + flox, belopolsky, python-dev |
| 2011-11-02 07:04:32 | flox | set | messageid: <1320217472.3.0.653912921389.issue13312@psf.upfronthosting.co.za> |
| 2011-11-02 07:04:31 | flox | link | issue13312 messages |
| 2011-11-02 07:04:31 | flox | create | |