Re: [Python-Dev] Complex numbers

2017-09-04 Thread TBER Abdelmalek
thanks for your feedback. Le 4 sept. 2017 22:35, "David Mertz" a écrit : > This sounds like something worthwhile to put on GitHub and PyPI. But it > doesn't seem like it has much to do with developing CPython itself, the > purpose of this list. > > On Sep 4, 2017 2:09 PM, "TBER Abdelmalek" wrot

Re: [Python-Dev] Complex numbers

2017-09-04 Thread David Mertz
This sounds like something worthwhile to put on GitHub and PyPI. But it doesn't seem like it has much to do with developing CPython itself, the purpose of this list. On Sep 4, 2017 2:09 PM, "TBER Abdelmalek" wrote: > This module implements cplx class (complex numbers) regardless to the > built-i

[Python-Dev] Complex numbers

2017-09-04 Thread TBER Abdelmalek
This module implements cplx class (complex numbers) regardless to the built-in class. The main goal of this module is to propose some improvement to complex numbers in python and deal with them from a mathematical approach. Also cplx class doesn't support the built-in class intentionally, as the id

Re: [Python-Dev] removing IRIX support

2017-09-04 Thread Guido van Rossum
Wow. IRIX. It was probably Python's first UNIX. It does sound like it's time to stop supporting... +1 On Mon, Sep 4, 2017 at 1:48 PM, Benjamin Peterson wrote: > Since IRIX was EOLed in 2013, I propose support for it be removed in > Python 3.7. I will add it to PEP 11. > _

[Python-Dev] removing IRIX support

2017-09-04 Thread Benjamin Peterson
Since IRIX was EOLed in 2013, I propose support for it be removed in Python 3.7. I will add it to PEP 11. ___ Python-Dev mailing list Python-Dev@python.org https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/o

Re: [Python-Dev] pythonhosted.org doc upload no longer works

2017-09-04 Thread Oleg Broytman
Hi! On Mon, Sep 04, 2017 at 06:47:23PM +0800, Giampaolo Rodola' wrote: > I know pythonhosted.org was deprecated long ago in favor of readthedocs but > I kept postponing it and my doc for psutil is still hosted on > https://pythonhosted.org/psutil/. > > http://pythonhosted.org/ web page still re

[Python-Dev] pythonhosted.org doc upload no longer works

2017-09-04 Thread Giampaolo Rodola'
I know pythonhosted.org was deprecated long ago in favor of readthedocs but I kept postponing it and my doc for psutil is still hosted on https://pythonhosted.org/psutil/. http://pythonhosted.org/ web page still recommends this: