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

Neal Norwitz neal@metaslash.com
Mon, 15 Apr 2002 08:50:24 -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