[issue5147] MozillaCookieJar should not store leading whitespace in Magic header

2010-07-31 Thread Georg Brandl
Georg Brandl added the comment: Applied in r83373. Thanks! -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker ___

[issue5147] MozillaCookieJar should not store leading whitespace in Magic header

2010-06-25 Thread Ajith Antony
Ajith Antony added the comment: ok. Patch attached. I think. -- Added file: http://bugs.python.org/file17772/5147.dif ___ Python tracker ___

[issue5147] MozillaCookieJar should not store leading whitespace in Magic header

2010-06-25 Thread Terry J. Reedy
Terry J. Reedy added the comment: To apply this patch, it needs to be uploaded as a file xxx.dif. Removing the idents looks correct even if trivial. -- keywords: +easy nosy: +tjreedy versions: +Python 3.2 -Python 2.4, Python 2.5, Python 3.0 ___ Pyth

[issue5147] MozillaCookieJar should not store leading whitespace in Magic header

2009-02-03 Thread Ajith Antony
New submission from Ajith Antony : It seems that in the MozillaCookieJar library, the author accidently indented the long string that represents the magic header of the Netscape compatible cookie file. This is not a problem for MozillaCookieJar as the regex to test the magic header is not bou