[Python-Dev] [Python-checkins] r71946 - peps/trunk/pep-0315.txt (original) (raw)
Eric Smith eric at trueblade.com
Sun Apr 26 03:28:17 CEST 2009
- Previous message: [Python-Dev] "Length of str " changes after passed in Python 2.5
- Next message: [Python-Dev] Two proposed changes to float formatting
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
You might want to note in the PEP that the problem that's being solved is known as the "loop and a half" problem.
http://www.cs.duke.edu/~ola/patterns/plopd/loops.html#loop-and-a-half
raymond.hettinger wrote:
Author: raymond.hettinger Date: Sun Apr 26 02:34:36 2009 New Revision: 71946
Log: Revive PEP 315. Modified: peps/trunk/pep-0315.txt Modified: peps/trunk/pep-0315.txt ============================================================================== --- peps/trunk/pep-0315.txt (original) +++ peps/trunk/pep-0315.txt Sun Apr 26 02:34:36 2009 @@ -2,9 +2,9 @@ Title: Enhanced While Loop Version: RevisionRevisionRevision Last-Modified: DateDateDate -Author: W Isaac Carroll <icarroll at pobox.com> - Raymond Hettinger <python at rcn.com> -Status: Deferred +Author: Raymond Hettinger <python at rcn.com> + W Isaac Carroll <icarroll at pobox.com> +Status: Draft Type: Standards Track Content-Type: text/plain Created: 25-Apr-2003
Python-checkins mailing list Python-checkins at python.org http://mail.python.org/mailman/listinfo/python-checkins
- Previous message: [Python-Dev] "Length of str " changes after passed in Python 2.5
- Next message: [Python-Dev] Two proposed changes to float formatting
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]