Commit Graph

35 Commits

Author SHA1 Message Date
Mariatta cf3bad5ab3
Revert "Rename all .txt PEP files to .rst (GH-462)" (GH-464)
This reverts commit bb0e518ed3.
2017-11-11 11:28:55 -08:00
Huang Huang bb0e518ed3 Rename all .txt PEP files to .rst (GH-462)
For https://github.com/python/peps/issues/1
2017-11-11 10:30:43 -08:00
Huang Huang f9865e18fd reSTify PEP 340 (#321) 2017-08-11 11:58:49 -07:00
Benjamin Peterson 60d9b24542 promote m.p.o links to https 2017-06-11 12:02:39 -07:00
Guido van Rossum a70119cec8 Sign rejection notices. 2012-03-21 19:02:27 -07:00
Georg Brandl 08ea236bbb Update not-so-old PEP URL. 2009-01-18 09:50:42 +00:00
Georg Brandl a6c22be775 s/Birkenfeld/Brandl/ 2006-01-08 21:12:09 +00:00
Guido van Rossum cc6ea270d6 Rejecting PEP 340 in favor of PEP 343. 2005-05-16 00:34:33 +00:00
Guido van Rossum 4f5abc4b4f Note that 'yield' w/o an EXPR is currently illegal. 2005-05-11 22:09:37 +00:00
Guido van Rossum 9cb17e5426 Split PEP 342 (Enhanced Iterators) off of PEP 340. 2005-05-11 21:58:43 +00:00
Guido van Rossum 57968c2010 There's no need to be fuzzy about the moreal equivalent of "raise
*exc".
2005-05-06 14:38:09 +00:00
Guido van Rossum 87d2fd6de8 Mention some rejected ideas (and explain why). 2005-05-05 15:39:19 +00:00
Guido van Rossum fa5f960327 Fix bug in example 5 found by Reinhold Birkenfeld. 2005-05-04 21:00:46 +00:00
Guido van Rossum 82b1510121 Clarify that there are some separable items. 2005-05-04 01:03:17 +00:00
Guido van Rossum 036431dd4f Fix a remnant of the old proposal found by Tim Delaney. 2005-05-03 23:51:54 +00:00
Guido van Rossum 9b82c24996 Some clarifications after Raymond's email. 2005-05-03 22:23:32 +00:00
Guido van Rossum 879589d3c5 Clarify that the block-statement is a loop to the parser, and don't
use literally translated Dutch.
2005-05-03 18:31:34 +00:00
Guido van Rossum b96d41a65f saving_stdout -> redirecting_stdout (Phillip Eby). 2005-05-03 17:21:13 +00:00
Guido van Rossum 944216964a Add another example (saving sys.stout).
Eradicate tabs.
2005-05-03 16:57:17 +00:00
Guido van Rossum 45c25ac443 Solidify loose ends. 2005-05-03 16:32:24 +00:00
Guido van Rossum 79c7f789bd Fix typo in example 4 found by Chris Ryland. 2005-05-02 23:35:52 +00:00
Guido van Rossum e4db00a173 Delete the last reference to ContinuationIteration. 2005-05-02 15:33:47 +00:00
Guido van Rossum a7de7b62af Establish the "alternative" version. The exception API is called
__exit__(), and its signature is the same as that of the
raise-statement.  Still some loose ends.
2005-05-02 03:30:07 +00:00
Guido van Rossum b63ff845a3 Add a section of loose ends. 2005-04-29 18:51:03 +00:00
Guido van Rossum 885ebd643c Mention else-clauses; the else-clause on the translation of the
for-loop was broken, and the break-statement probabyl shouldn't have
one.
2005-04-29 17:13:08 +00:00
Skip Montanaro 5ae9e6d5e8 typos 2005-04-29 15:23:34 +00:00
Skip Montanaro 9dc201b9e4 typo 2005-04-29 14:44:31 +00:00
Guido van Rossum 959fdd2fdb Add motivation (supplied by Shane Hathaway).
Explain what happens when a block contains a yield.

Add comparison to thunks.

Add examples.
2005-04-29 05:12:38 +00:00
Guido van Rossum c1ee09db09 Advanced warning that another rewrite of the exception handling
mechanics is pending.
2005-04-27 23:10:42 +00:00
Guido van Rossum c3ff8b06c7 Settled on an extra argument to __next__() and next() to distinguish
between values and exceptions.
2005-04-27 22:41:48 +00:00
Guido van Rossum e18916a7b6 In the original translation for block-statement, reset ret = False
each time before executing BLOCK1.  (Thanks to Duncan Booth.)
2005-04-27 21:54:27 +00:00
Guido van Rossum a5e037cd4c Add an alternative __next__() API to pass arbitrary exceptions in. I
like this better.
2005-04-27 21:12:49 +00:00
Guido van Rossum 999cd28594 Fix a bug in the translation of a classic 'for' loop. 2005-04-27 17:41:44 +00:00
Guido van Rossum 9e0ea62fc8 Fix the logic for deciding whether to return, raise or break; renaming
'exc' to 'val'.

Add public domain copyright notice.
2005-04-27 16:50:53 +00:00
Guido van Rossum 81f1868248 Initial draft. 2005-04-27 07:21:38 +00:00