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: SRE: towards 1.6b1
Type: Stage:
Components: None Versions:
process
Status: closed Resolution:
Dependencies: Superseder:
Assigned To: effbot Nosy List: effbot, gvanrossum
Priority: normal Keywords: patch

Created on 2000-06-28 09:52 by effbot, last changed 2022-04-10 16:02 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
None effbot, 2000-06-28 09:52 None
Messages (6)
msg32905 - (view) Author: Fredrik Lundh (effbot) * (Python committer) Date: 2000-06-28 09:52
 
msg32906 - (view) Author: Guido van Rossum (gvanrossum) * (Python committer) Date: 2000-06-29 12:22
(Note that the uploaded patch was missing sre_constants.h, at least.)
msg32907 - (view) Author: Fredrik Lundh (effbot) * (Python committer) Date: 2000-06-28 10:13
Oops, got a little carried away here :-)

There are still a few things on my 1.6b1 laundry list (in addition to the list of "well-known but hopefully not critical engine bugs").

Expect an updated patch within 2-3 hours.  (but if anyone really wants to check this one in, please go ahead.  It's definitely an improvement over what's in the repository right now).
msg32908 - (view) Author: Fredrik Lundh (effbot) * (Python committer) Date: 2000-06-28 12:12
This revision is a bit better.  It messes up on repeated
groups (they tend to come out empty), and there seems to
be some issues with split and findall.

And sub/subn are incredibly slow...

And it's still called 'sre'.  And there's no test suite.

But except from that, it's not too bad.  Check it in,
try replacing 're' with 'sre' in some of your own code,
and see what happens.

I'll be back with sub/subn/split/findall fixes in a few
hours.
msg32909 - (view) Author: Fredrik Lundh (effbot) * (Python committer) Date: 2000-06-28 21:51
Here's the last revision for today.  There are a few annoying bugs left (including split, findall with groups, verbose patterns), but I really need to get some sleep...
msg32910 - (view) Author: Fredrik Lundh (effbot) * (Python committer) Date: 2000-06-29 09:27
I finally managed to get ssh working on my box, so I
checked this one in myself.

Andrews, can you close it for me?
History
Date User Action Args
2022-04-10 16:02:01adminsetgithub: 32474
2000-06-28 09:52:03effbotcreate