[issue17335] FieldStorageClass is messed up

2013-10-13 Thread Georg Brandl
Georg Brandl added the comment: I'll keep the class attribute for compatibility, but will remove the local assignment. -- nosy: +georg.brandl ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17335

[issue17335] FieldStorageClass is messed up

2013-10-13 Thread Roundup Robot
Roundup Robot added the comment: New changeset b9d3e99ea516 by Georg Brandl in branch 'default': Closes #17335: remove no-op assignment. http://hg.python.org/cpython/rev/b9d3e99ea516 -- nosy: +python-dev resolution: - fixed stage: - committed/rejected status: open - closed

[issue17335] FieldStorageClass is messed up

2013-03-01 Thread Neal Norwitz
New submission from Neal Norwitz: This problem goes back to 2.6 at least. In Lib/cgi.py FieldStorageClass = None def read_multi(self, environ, keep_blank_values, strict_parsing): Internal: read a part that is itself multipart. ib = self.innerboundary if not