I am sure this has been discussed before, and this might not even be the best place for this discussion, but I just wanted to make sure this has been thought about. What if pypi.org supported private repos at a cost, similar to npm? This would be able to help support the cost of pypi, and hopefully make it better/more reliable, thus in turn improving the python community. If this discussion should happen somewhere else, let me know. Nick
I am fairly sure if you give the PyPA that suggestion, they will just deflate at the thought of the workload. Besides, we already offer private repos for free, several ways ranging from devpi to python -m SimpleHTTPServer in a specially created directory. From: Python-ideas <python-ideas-bounces+tritium-list=sdamon.com@python.org> On Behalf Of Nick Humrich Sent: Wednesday, April 4, 2018 12:26 PM To: python-ideas@python.org Subject: [Python-ideas] Pypi private repo's I am sure this has been discussed before, and this might not even be the best place for this discussion, but I just wanted to make sure this has been thought about. What if pypi.org <http://pypi.org> supported private repos at a cost, similar to npm? This would be able to help support the cost of pypi, and hopefully make it better/more reliable, thus in turn improving the python community. If this discussion should happen somewhere else, let me know. Nick
A `loop:` statement to replace `while True:` has probably been discussed at length more than once. Does anyone keep links to the discussions? TIA! -- Juancarlo *Añez*
On Sat, Oct 27, 2018 at 07:37:32PM -0400, Juancarlo Añez wrote:
A `loop:` statement to replace `while True:` has probably been discussed at length more than once.
Does anyone keep links to the discussions?
Google :-) This might get you started: https://duckduckgo.com/?q=Mikhail+loop+site%3Ahttps%3A%2F%2Fmail.python.org%... I think Mikhail has raised the same question on the Python-List mailing list, but the level of noise there is probably higher. This thread might also be relevant: https://mail.python.org/pipermail/python-ideas/2017-March/045344.html -- Steve
Thanks, Steven. Those links led to the complete discussions, including this one with a "loop:" keyword. https://mail.python.org/pipermail/python-ideas/2014-June/028202.html In short "while:" won't likely ever make it, and adding new keywords to Python only happens on a _absolute-need_ basis. On Sat, Oct 27, 2018 at 8:33 PM Steven D'Aprano <steve@pearwood.info> wrote:
On Sat, Oct 27, 2018 at 07:37:32PM -0400, Juancarlo Añez wrote:
A `loop:` statement to replace `while True:` has probably been discussed at length more than once.
Does anyone keep links to the discussions?
Google :-)
This might get you started:
https://duckduckgo.com/?q=Mikhail+loop+site%3Ahttps%3A%2F%2Fmail.python.org%...
I think Mikhail has raised the same question on the Python-List mailing list, but the level of noise there is probably higher.
This thread might also be relevant:
https://mail.python.org/pipermail/python-ideas/2017-March/045344.html
-- Steve _______________________________________________ Python-ideas mailing list Python-ideas@python.org https://mail.python.org/mailman/listinfo/python-ideas Code of Conduct: http://python.org/psf/codeofconduct/
-- Juancarlo *Añez*
See my post a month ago (29 September) in the archive with links to some related discussions. Subject "while: for the loop". (I don't have access to the archive now so I can't link to the post) One proposal was exactly about the "loop" keyword: https://mail.python.org/pipermail/python-ideas/2014-June/028202.html I was proposing "while" to replace "while True". My opinion is that adding a new keyword just to replace "while True:" would be too much, also it can cause problems with syntax highlighting, some code analysis and replacements if a variable "loop" is used. Since it was not a keyword, the probability that someone had used such variable can be significant. Mikhail On Sun, Oct 28, 2018 at 2:38 AM Juancarlo Añez <apalala@gmail.com> wrote:
A `loop:` statement to replace `while True:` has probably been discussed at length more than once.
Does anyone keep links to the discussions?
TIA!
-- Juancarlo *Añez* _______________________________________________ Python-ideas mailing list Python-ideas@python.org https://mail.python.org/mailman/listinfo/python-ideas Code of Conduct: http://python.org/psf/codeofconduct/
participants (5)
-
Alex Walters
-
Juancarlo Añez
-
Mikhail V
-
Nick Humrich
-
Steven D'Aprano