Message 125060 - Python tracker (original) (raw)
Message125060
Author | Trundle |
---|---|
Recipients | Alexander.Belopolsky, Trundle, belopolsky, georg.brandl, l0nwlf, ned.deily, sandro.tosi, wsanchez |
Date | 2011-01-02.15:36:37 |
SpamBayes Score | 0.0014829134 |
Marked as misclassified | No |
Message-id | 1293982599.97.0.729896037025.issue8013@psf.upfronthosting.co.za |
In-reply-to |
Content |
---|
The real problem with years >= 9999 is that it is undefined behaviour anyway (see e.g. http://pubs.opengroup.org/onlinepubs/9699919799/functions/asctime.html: "the behavior is undefined if the above algorithm would attempt to generate more than 26 bytes of output (including the terminating null)"). |
History | |||
---|---|---|---|
Date | User | Action | Args |
2011-01-02 15:36:40 | Trundle | set | recipients: + Trundle, georg.brandl, belopolsky, wsanchez, ned.deily, sandro.tosi, Alexander.Belopolsky, l0nwlf |
2011-01-02 15:36:39 | Trundle | set | messageid: 1293982599.97.0.729896037025.issue8013@psf.upfronthosting.co.za |
2011-01-02 15:36:37 | Trundle | link | issue8013 messages |
2011-01-02 15:36:37 | Trundle | create |