[issue27283] Add a "What's New" entry for PEP 519

Berker Peksag report at bugs.python.org
Sat Aug 20 00:20:53 EDT 2016


Berker Peksag added the comment:

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()
...

----------
nosy: +berker.peksag
stage: patch review -> commit review
type:  -> enhancement

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue27283>
_______________________________________


More information about the Python-bugs-list mailing list