[Python-Dev] Re: Deprecating divmod() // % for complex

Guido van Rossum guido@python.org
Mon, 15 Apr 2002 09:10:54 -0400


> Guido van Rossum wrote:
> > 
> > [Tim]
> > > Does it make sense to deprecate divmod() and // for complex numbers while
> > > leaving % intact?
> > 
> > It doesn't, and I've repaired this.
> 
> Does it make sense to expand PEP 4 or make a new PEP to
> point out all these other features which are also deprecated?
> This would include classes/methods/functions, etc.
> 
> Neal

Unclear what the value is.  Deprecations are systematically listed in
the documentation AFAIK.

--Guido van Rossum (home page: http://www.python.org/~guido/)