Page | created at | |
---|---|---|
Weird Python 2.3 Bug | Nov. 24, 2005, 1:15 a.m. | |
Also wirklich, manche Bugs die man jagt sind wirklich strange. Guckt euch einfach mal folgendes Python Script an: import re r = re.compile('^', re.M) src = '''<html> <head> <title>Logviewer</title> </head> <body> <div> <h1>Titel</h1> </div> ... | ||
Programmierung, Python |