This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Make build-many-glibcs.py work on python3.2


* Adhemerval Zanella:

> +    re.fullmatch = lambda p,s,f=0: re.match(p+"\Z",s,f)

Please use: p + r"\Z" or p + "\\Z"

I'm surprised "\Z" isn't a syntax error.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]