[Python-3000] CGI module - remove backward-compatibility classes?

2008-05-11 Thread Georg Brandl
The CGI module has some classes that are marked as "backwards compatibility only". They are not formally deprecated in the docs, but this can be done for 2.6. Should we remove them in 3.0? Georg -- Thus spake the Lord: Thou shalt indent with four spaces. No more, no less. Four shall be the numbe

Re: [Python-3000] CGI module - remove backward-compatibility classes?

2008-05-11 Thread Guido van Rossum
On 5/11/08, Georg Brandl <[EMAIL PROTECTED]> wrote: > The CGI module has some classes that are marked as "backwards compatibility > only". They are not formally deprecated in the docs, but this can be done > for 2.6. Should we remove them in 3.0? > > Georg > > -- > Thus spake the Lord: Thou shalt i

Re: [Python-3000] CGI module - remove backward-compatibility classes?

2008-05-11 Thread Guido van Rossum
+1 On 5/11/08, Georg Brandl <[EMAIL PROTECTED]> wrote: > The CGI module has some classes that are marked as "backwards compatibility > only". They are not formally deprecated in the docs, but this can be done > for 2.6. Should we remove them in 3.0? > > Georg > > -- > Thus spake the Lord: Thou sha

Re: [Python-3000] CGI module - remove backward-compatibility classes?

2008-05-11 Thread Georg Brandl
Done in r63099. Georg Guido van Rossum schrieb: +1 On 5/11/08, Georg Brandl <[EMAIL PROTECTED]> wrote: The CGI module has some classes that are marked as "backwards compatibility only". They are not formally deprecated in the docs, but this can be done for 2.6. Should we remove them in 3.0?