This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

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:53berker.peksagsetrecipients: + berker.peksag, brett.cannon
2016-08-20 04:20:53berker.peksagsetmessageid: <1471666853.4.0.172585850073.issue27283@psf.upfronthosting.co.za>
2016-08-20 04:20:53berker.peksaglinkissue27283 messages
2016-08-20 04:20:53berker.peksagcreate