Mailing List Archive

CVS: python/nondist/peps pep-0000.txt,1.167,1.168
Update of /cvsroot/python/python/nondist/peps
In directory usw-pr-cvs1:/tmp/cvs-serv30608

Modified Files:
pep-0000.txt
Log Message:
PEP 276 is now formally rejected.


Index: pep-0000.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0000.txt,v
retrieving revision 1.167
retrieving revision 1.168
diff -C2 -d -r1.167 -r1.168
*** pep-0000.txt 11 Mar 2002 17:31:02 -0000 1.167
--- pep-0000.txt 11 Mar 2002 17:41:07 -0000 1.168
***************
*** 85,89 ****
S 274 Dict Comprehensions Warsaw
S 275 Switching on Multiple Values Lemburg
- S 276 Simple Iterator for ints Althoff
S 277 Unicode file name support for Windows NT Hodgson
S 278 Universal Newline Support Jansen
--- 85,88 ----
***************
*** 150,153 ****
--- 149,153 ----
SR 259 Omit printing newline after newline van Rossum
SR 271 Prefixing sys.path by command line option Giacometti
+ SR 276 Simple Iterator for ints Althoff
SR 666 Reject Foolish Indentation Creighton

***************
*** 251,255 ****
S 274 Dict Comprehensions Warsaw
S 275 Switching on Multiple Values Lemburg
! S 276 Simple Iterator for ints Althoff
S 277 Unicode file name support for Windows NT Hodgson
S 278 Universal Newline Support Jansen
--- 251,255 ----
S 274 Dict Comprehensions Warsaw
S 275 Switching on Multiple Values Lemburg
! SR 276 Simple Iterator for ints Althoff
S 277 Unicode file name support for Windows NT Hodgson
S 278 Universal Newline Support Jansen
RE: CVS: python/nondist/peps pep-0000.txt,1.167,1.168 [ In reply to ]
[Barry]
> Modified Files:
> pep-0000.txt
> Log Message:
> PEP 276 is now formally rejected.

It shouldn't be rejected unless/until the reason for rejection is recorded
in the PEP. (Even if it's only "butt ugly" <wink>.)
RE: CVS: python/nondist/peps pep-0000.txt,1.167,1.168 [ In reply to ]
>>>>> "TP" == Tim Peters <tim.one@comcast.net> writes:

TP> [Barry]
>> Modified Files: pep-0000.txt Log Message: PEP 276 is now
>> formally rejected.

TP> It shouldn't be rejected unless/until the reason for rejection
TP> is recorded in the PEP. (Even if it's only "butt ugly"
TP> <wink>.)

Guido, do you mind adding a rejection reason to the PEP?

-Barry
Re: CVS: python/nondist/peps pep-0000.txt,1.167,1.168 [ In reply to ]
> TP> It shouldn't be rejected unless/until the reason for rejection
> TP> is recorded in the PEP. (Even if it's only "butt ugly"
> TP> <wink>.)
>
> Guido, do you mind adding a rejection reason to the PEP?

Um, I didn't formally reject it, and would prefer to keep it open for now.

--Guido van Rossum (home page: http://www.python.org/~guido/)
Re: CVS: python/nondist/peps pep-0000.txt,1.167,1.168 [ In reply to ]
>>>>> "GvR" == Guido van Rossum <guido@python.org> writes:

GvR> Um, I didn't formally reject it, and would prefer to keep it
GvR> open for now.

I've un-rejected it.
-Barry