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: Fix freeze: regex, continuation lines
Type: Stage:
Components: Demos and Tools Versions:
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: loewis Nosy List: gvanrossum, loewis
Priority: normal Keywords: patch

Created on 2001-03-18 10:47 by loewis, last changed 2022-04-10 16:03 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
freeze.patch loewis, 2001-03-20 16:28
Messages (5)
msg36112 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2001-03-18 10:47
This patch corrects two bugs in freeze: it won't use
freeze anymore, and variables that span over several
lines using \-continuation are extracted correctly.
msg36113 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2001-03-20 16:26
Logged In: YES 
user_id=21627

Since esr has already change regex to re, the patch reduces
to error correction, and continuation lines.
msg36114 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2001-03-20 16:27
Logged In: YES 
user_id=21627

Remove old patch
msg36115 - (view) Author: Guido van Rossum (gvanrossum) * (Python committer) Date: 2001-03-20 21:05
Logged In: YES 
user_id=6380

Looks good.

Martin, please check it in and then close the patch!
msg36116 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2001-03-21 07:00
Logged In: YES 
user_id=21627

Committed as 1.5 of makeconfig.py and 1.3 ofparsesetup.py.
History
Date User Action Args
2022-04-10 16:03:52adminsetgithub: 34184
2001-03-18 10:47:43loewiscreate