[Python-Dev] Changing unittest verbose output.

2022-03-26 Thread Itay Yeshaya
When running unittest with the -v flag, if a test has errors, and has a docstring, the test name is shown on one line, and the docstring is shown on the next line with the `ERROR` word. For example: ./python.exe -m unittest -v Lib.test_verbose_error.randomTest test_one (Lib.test_verbose_error.ra

[Python-Dev] Are "Batteries Included" still a Good Thing? [was: It's now time to deprecate the stdlib urllib module]

2022-03-26 Thread Ethan Furman
[apologies for the late post, just found this in my drafts folder] On 2/7/22 12:49 AM, Stéfane Fermigier wrote: 3. Overall, I think the days where "battery included" was a positive argument are over I strongly disagree. Being able to download something and immediately get something to work