[Python-Dev] regression test failure in test_tokenize? (original) (raw)
Guido van Rossum guido@beopen.com
Tue, 01 Aug 2000 17:21:51 -0500
- Previous message: [Python-Dev] regression test failure in test_tokenize?
- Next message: [Python-Dev] Preventing 1.5 extensions crashing under 1.6/2.0 Python
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
But I think I know why you didn't see anything: Guido just checked in the following change to re.py:
*** 21,26 **** # ! engine = "sre" ! # engine = "pre" if engine == "sre": --- 21,26 ---- # ! # engine = "sre" ! engine = "pre" if engine == "sre":
Ouch. did I really? I didn't intend to! I'll back out right away...
--Guido van Rossum (home page: http://www.pythonlabs.com/~guido/)
- Previous message: [Python-Dev] regression test failure in test_tokenize?
- Next message: [Python-Dev] Preventing 1.5 extensions crashing under 1.6/2.0 Python
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]