[issue1172011] BaseCookie should call value_decode from __getitem__

2010-09-21 Thread Senthil Kumaran
Senthil Kumaran orsent...@gmail.com added the comment: Moreover, BaseCookie should be used only for subclassing. Proper way is to always use SimpleCookie, this was an Invalid bug report. -- stage: unit test needed - committed/rejected ___ Python

[issue1172011] BaseCookie should call value_decode from __getitem__

2010-09-12 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk added the comment: Nor reply to msg114679. -- status: pending - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1172011 ___

[issue1172011] BaseCookie should call value_decode from __getitem__

2010-08-22 Thread R. David Murray
R. David Murray rdmur...@bitdance.com added the comment: Mark, not many people follow the full bugs list (I'm don't anymore...I just happened to notice this one going by on the IRC channel). Asking a question without adding appropriate people to nosy is therefore not all that likely to

[issue1172011] BaseCookie should call value_decode from __getitem__

2010-08-21 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk added the comment: No reply to msg109888. -- status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1172011 ___

[issue1172011] BaseCookie should call value_decode from __getitem__

2010-07-10 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk added the comment: Well should it or shouldn't it? -- nosy: +BreamoreBoy title: BaseCookie does not call value_decode - BaseCookie should call value_decode from __getitem__ versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.6