Message84157
| Author | pitrou |
|---|---|
| Recipients | amaury.forgeotdarc, pitrou, sjoerd, vstinner |
| Date | 2009-03-25.10:58:50 |
| SpamBayes Score | 3.0493256e-05 |
| Marked as misclassified | No |
| Message-id | <1237978731.54.0.5162402023.issue4591@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
I'm not sure hardcoding "2^32 - 1" in the error message is a good idea. I also think it would be nice to have tests for the "-1" special value: - check that chown(-1, current_gid) succeeds (and leaves the uid intact) - check that chown(current_uid, -1) succeeds (and leaves the gid intact) |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2009-03-25 10:58:51 | pitrou | set | recipients: + pitrou, sjoerd, amaury.forgeotdarc, vstinner |
| 2009-03-25 10:58:51 | pitrou | set | messageid: <1237978731.54.0.5162402023.issue4591@psf.upfronthosting.co.za> |
| 2009-03-25 10:58:50 | pitrou | link | issue4591 messages |
| 2009-03-25 10:58:50 | pitrou | create | |