This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: slice-object support for sre_parse.SubPattern
Type: Stage:
Components: Interpreter Core Versions: Python 2.6
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: twouters Nosy List: effbot, twouters
Priority: normal Keywords: patch

Created on 2006-12-18 03:14 by twouters, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
noslice.sre.diff twouters, 2006-12-18 03:14
Messages (3)
msg51559 - (view) Author: Thomas Wouters (twouters) * (Python committer) Date: 2006-12-18 03:14
Support for sre_parse.SubPattern indexing by slice object, by simply delegating to the contained list. (backported from the p3yk-noslice branch.)
msg51560 - (view) Author: Fredrik Lundh (effbot) * (Python committer) Date: 2006-12-18 20:57
Looks like a no-brainer.  Go ahead and check it in.
msg51561 - (view) Author: Thomas Wouters (twouters) * (Python committer) Date: 2006-12-19 08:33
Checked in.
History
Date User Action Args
2022-04-11 14:56:21adminsetgithub: 44349
2006-12-18 03:14:15twouterscreate