Message 135222 - Python tracker (original) (raw)
Message135222
Author | r.david.murray |
---|---|
Recipients | ajaksu2, akuchling, belopolsky, brett.cannon, doerwalter, eric.araujo, r.david.murray, tim.peters |
Date | 2011-05-05.16:44:03 |
SpamBayes Score | 6.69998e-06 |
Marked as misclassified | No |
Message-id | 1304613844.27.0.243381227381.issue665194@psf.upfronthosting.co.za |
In-reply-to |
Content |
---|
Do you think we can get 9527 in? My patch was based on the non-existence of a LocalTimezone facility in the stdlib. Good point about the special interpretation of -0000. Given 9527 (and only given 9527) it would indeed make sense to restrict email to aware datetimes plus naive datetimes for -0000 timestamps. I'll have to keep a flag for the 60th second outside of the datetime instance (or pretend it doesn't exist :) |
History | |||
---|---|---|---|
Date | User | Action | Args |
2011-05-05 16:44:04 | r.david.murray | set | recipients: + r.david.murray, tim.peters, akuchling, doerwalter, brett.cannon, belopolsky, ajaksu2, eric.araujo |
2011-05-05 16:44:04 | r.david.murray | set | messageid: 1304613844.27.0.243381227381.issue665194@psf.upfronthosting.co.za |
2011-05-05 16:44:03 | r.david.murray | link | issue665194 messages |
2011-05-05 16:44:03 | r.david.murray | create |