[Patches] [Patch #100902] range-literals, not relative to listcomprehensions

noreply@sourceforge.net noreply@sourceforge.net
Sun, 13 Aug 2000 10:45:58 -0700


Patch #100902 has been updated. 

Project: 
Category: None
Status: Open
Summary: range-literals, not relative to listcomprehensions

Follow-Ups:

Date: 2000-Jul-15 16:31
By: twouters

Comment:
A new version of the patch that adds range-literals ([0:20], [:33:2], etc), this time not relative to list-comprehensions. I marked the previous one 'Out of Date'. I'm still working on the PEP, but I think the patch is done ;-)


-------------------------------------------------------

Date: 2000-Jul-18 08:25
By: twouters

Comment:
Someone needs to check this patch out, and tell me whether Guido really meant 'check it in' by his 'Right!' in http://www.python.org/pipermail/python-dev/2000-July/013234.html

Tim, you seem like the perfect person, especially now you're sharing half a room with Guido ;)

-------------------------------------------------------

Date: 2000-Jul-22 15:04
By: tim_one

Comment:
Mostly adding a comment to see whether SourceForge generates patches-list email.
From a quick scan, please update the patch so that new functions are already ANSIfied.  This also needs doc changes.

-------------------------------------------------------

Date: 2000-Jul-23 06:23
By: twouters

Comment:
New version of patch, ANSIfied and all. Documentation, uh, comes later. Promise ;)

-------------------------------------------------------

Date: 2000-Aug-13 10:45
By: twouters

Comment:
Up-to-date version, which thus is again relative to list comprehensions, since they are checked in :-) Working on documentation, will be added later.

-------------------------------------------------------

Date: 2000-Aug-13 10:45
By: twouters

Comment:
Up-to-date version, which thus is again relative to list comprehensions, since they are checked in :-) Working on documentation, will be added later.

-------------------------------------------------------

-------------------------------------------------------
For more info, visit:

http://sourceforge.net/patch/?func=detailpatch&patch_id=100902&group_id=5470