Live data from Hacker News

Python finally offloads some batteries

lwn.net

1–10 of 67 posts

Re: Python finally offloads some batteries

#5
It’s interesting to see which modules were set for deprecation but ended up being un-deprecated (de-deprecated?):

  colorsys
  fileinput
  getopt
  optparse
  wave
https://peps.python.org/pep-0594/#modules-to-keep

Seems like the maintainers have been generous in deciding which batteries are not dead yet.

Re: Python finally offloads some batteries

#6
post #5

It’s interesting to see which modules were set for deprecation but ended up being un-deprecated (de-deprecated?): colorsys fileinput getopt optparse wave https://peps.python.org/pep-0594/#modules-to-keep Seems like the maintainers have been generous in deciding which batteries are not dead yet.

precated :)

Re: Python finally offloads some batteries

#10

What's the exact motivation for this. Just ask for more money, no reason Dropbox or Amazon can't pay for development. I'm worried this is going to break some use cases, not everyone has network access to install random pip packages

There's an explanation in the PEP (linked a couple times already).
Post reply on HN