Comment 9 for bug 425630

Revision history for this message
Sander Tuit (avirulence) wrote : Re: [Bug 425630] Re: Strip more sensitive data from the files gathered by Apport

http://www.python.org/doc/2.5.2/lib/typesseq-strings.html

The %s is a placeholder for the % key variable. So, at the place of
the %s, the variable key is put in. At least, that's what I hope it
does ;-)

On Wed, Sep 9, 2009 at 13:56, Marcel de Vries<email address hidden> wrote:
> Question:
>
> What does " % key" in ""%s = .+" % key"? Can't seem to figure it out.
> Couldn't find it in the python documentation.
>
> --
> Strip more sensitive data from the files gathered by Apport
> https://bugs.launchpad.net/bugs/425630
> You received this bug notification because you are subscribed to
> LottaNZB.
>
> Status in LottaNZB • Automated Usenet Client: In Progress
>
> Bug description:
> May be we should think about replacing usernames and machine identifiers by %APPORTREPLACE%. Also, the logic that anonymizes the defineServer line doesn't work properly and removes too much information.
>