Comment 5 for bug 233948

Revision history for this message
Markus Korn (thekorn) wrote :

details to the implementation added by rev101

the header now looks like:
'python-launchpad-bugs/0.2.33r93 (Python-urllib2/2.5) (user: unknown)'

if a user runs something similar to:
$echo MyUserName > ~/.python-launchpad-bugs.conf

the header is changed to:
'python-launchpad-bugs/0.2.33r93 (Python-urllib2/2.5) (user: MyUserName)'

Markus