ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> python-checkins
python-checkins
[Python-checkins] r45572 - peps/trunk/pep-3100.txt
by Brett.Cannon other posts by this author
Apr 19 2006 3:39PM messages near this date
Re: [Python-checkins] r45573 - in python/trunk: Doc/lib/libos.tex Lib/test/test_posix.py Modules/posixmodule.c | [Python-checkins] r45571 - peps/trunk/pep-3100.txt
Author: brett.cannon
Date: Thu Apr 20 00:38:33 2006
New Revision: 45572

Modified:
   peps/trunk/pep-3100.txt
Log:
Make ellipsis a legal expression in places other than in slices.


Modified: peps/trunk/pep-3100.txt
==============================================================================
--- peps/trunk/pep-3100.txt	(original)
+++ peps/trunk/pep-3100.txt	Thu Apr 20 00:38:33 2006
@@ -92,6 +92,7 @@
 * __builtins__ should get a different name *or* completely unified
   with __builtin__.  Keeping both with confusingly similar spellings
   and semantics is evil.
+* Make ellipsis (``...``) a legal expression outside of slices [25]_
 
 To be removed:
 
@@ -288,6 +289,9 @@
 .. [24] python-3000 email
    http://mail.python.org/pipermail/python-3000/2006-April/000996.html
 
+.. [25] python-3000 email ("Type Expressions")
+   http://mail.python.org/pipermail/python-3000/2006-April/000996.html
+
 .. [#pep238] PEP 238 (Changing the Division Operator)
    http://www.python.org/dev/peps/pep-0238
 
_______________________________________________
Python-checkins mailing list
Python-checkins@[...].org
http://mail.python.org/mailman/listinfo/python-checkins

Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState Software Inc. All rights reserved