Message 273186 - Python tracker
Message273186
| Author | berker.peksag |
|---|---|
| Recipients | berker.peksag, brett.cannon |
| Date | 2016-08-20.04:20:53 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1471666853.4.0.172585850073.issue27283@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
pep_519_whatsnew.diff looks pretty good to me, thanks! It would be nice to add a simple example to demonstrate the feature (like we did for PEP 498: https://docs.python.org/3.6/whatsnew/3.6.html#pep-498-formatted-string-literals) >>> import pathlib >>> with open(pathlib.Path('README')) as f: ... readme = f.read() ... |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2016-08-20 04:20:53 | berker.peksag | set | recipients: + berker.peksag, brett.cannon |
| 2016-08-20 04:20:53 | berker.peksag | set | messageid: <1471666853.4.0.172585850073.issue27283@psf.upfronthosting.co.za> |
| 2016-08-20 04:20:53 | berker.peksag | link | issue27283 messages |
| 2016-08-20 04:20:53 | berker.peksag | create | |