Message 289688 - Python tracker
Message289688
| Author | brett.cannon |
|---|---|
| Recipients | Laurent.Mazuel, brett.cannon, eric.smith, eryksun, paul.moore, steve.dower, tim.golden, zach.ware |
| Date | 2017-03-15.19:05:42 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1489604742.8.0.388845592303.issue29805@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
I should also mention that rename() (https://docs.python.org/3/library/pathlib.html#pathlib.Path.rename) and replace() (https://docs.python.org/3/library/pathlib.html#pathlib.Path.replace) already do exist, so it might be best to add a keyword-only flag to one of those for this use-case. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2017-03-15 19:05:42 | brett.cannon | set | recipients: + brett.cannon, paul.moore, eric.smith, tim.golden, Laurent.Mazuel, zach.ware, eryksun, steve.dower |
| 2017-03-15 19:05:42 | brett.cannon | set | messageid: <1489604742.8.0.388845592303.issue29805@psf.upfronthosting.co.za> |
| 2017-03-15 19:05:42 | brett.cannon | link | issue29805 messages |
| 2017-03-15 19:05:42 | brett.cannon | create | |