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

2016-08-26 Thread Brett Cannon
Brett Cannon added the comment: Applied in https://hg.python.org/cpython/rev/95361959d451 -- resolution: -> fixed stage: commit review -> resolved status: open -> closed ___ Python tracker ___

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

2016-08-20 Thread Brett Cannon
Brett Cannon added the comment: Here is an updated patch to address SilentGhost's review comments and a couple of examples as Berker suggested. -- Added file: http://bugs.python.org/file44171/pep_519_whatsnew.diff ___ Python tracker

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

2016-08-19 Thread Berker Peksag
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 ope

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

2016-08-19 Thread Brett Cannon
Brett Cannon added the comment: While I wait on various patches related to PEP 519 to land, I have gone ahead and written the What's New entry. -- keywords: +patch Added file: http://bugs.python.org/file44160/pep_519_whatsnew.diff ___ Python tracker

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

2016-08-19 Thread Brett Cannon
Changes by Brett Cannon : -- stage: needs patch -> patch review ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

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

2016-06-09 Thread Brett Cannon
New submission from Brett Cannon: Issue to track the fact that I need to write the "What's New" entry once all other PEP 519-related work is finished. -- assignee: brett.cannon components: Documentation messages: 268066 nosy: brett.cannon priority: deferred blocker severity: normal stag