also sprach Sebastien Delafond <[EMAIL PROTECTED]> [2005.05.16.2352 +0200]: > Starting from there, here is a complete description of the changes > between the gmailfs.py from 0.3-9 in Debian and the one from 0.4 > upstream:
GREAT WORK!
I think this is enough to make 0.4 get into sarge...
> > - m = re.search(ModeTag+'=(.*) '+UidTag+'=(.*) '+GidTag+'=(.*) '+
> > - SizeTag+'=(.*) '+AtimeTag+'=(.*)
> > '+MtimeTag+'=(.*) '+
> > - CtimeTag+'=(.*) '+BlockSizeTag+'=(.*)', body)
> > - self.mode = int(m.group(1))
> > + #quotedEquals = "=(?:3D)?(.*)"
> > + quotedEquals = "=(.*)"
> > + m = re.search(ModeTag+quotedEquals+' '+UidTag+quotedEquals+' '+
> > + GidTag+quotedEquals+' '+
> > + SizeTag+quotedEquals+' '+
> > + AtimeTag+quotedEquals+' '+
> > + MtimeTag+quotedEquals+' '+
> > + CtimeTag+quotedEquals+' '+
> > + BlockSizeTag+quotedEquals, body)
> > + self.mode = int(m.group(1))
>
> This doesn't relate to our bug, but is rather a factoring of the
> "=(.*)" string into the quotedEquals variable.
Yes, this is certainly not a problem. search-replacing one yields
the other.
Superb. Please prepare a 0.4 for immediate upload!
--
.''`. martin f. krafft <[EMAIL PROTECTED]>
: :' : proud Debian developer, admin, user, and author
`. `'`
`- Debian - when you have better things to do than fixing a system
Invalid/expired PGP subkeys? Use subkeys.pgp.net as keyserver!
"the liar at any rate recognises that recreation, not instruction, is
the aim of conversation, and is a far more civilised being than the
blockhead who loudly expresses his disbelief in a story which is told
simply for the amusement of the company."
-- oscar wilde
signature.asc
Description: Digital signature

