Message 151112 - Python tracker
Message151112
| Author | pitrou |
|---|---|
| Recipients | Arfrever, barry, brett.cannon, eric.snow, ncoghlan, neologix, pitrou, python-dev |
| Date | 2012-01-12.05:27:21 |
| SpamBayes Score | 0.00012132118 |
| Marked as misclassified | No |
| Message-id | <1326346049.88.0.979703983612.issue13645@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
> Then a method that returns some object representing all of the needed info > on the source file is needed, but that does NOT blindly return the stat info Then it's simpler for the object to be a dict, and backwards compatibility is straightforward (by ignoring absent as well as unknown keys). Patch attached. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2012-01-12 05:27:30 | pitrou | set | recipients: + pitrou, barry, brett.cannon, ncoghlan, Arfrever, neologix, python-dev, eric.snow |
| 2012-01-12 05:27:29 | pitrou | set | messageid: <1326346049.88.0.979703983612.issue13645@psf.upfronthosting.co.za> |
| 2012-01-12 05:27:29 | pitrou | link | issue13645 messages |
| 2012-01-12 05:27:28 | pitrou | create | |