[Python-Dev] Re: When to remove BytesWarning?

2020-11-10 Thread Inada Naoki
On Wed, Nov 11, 2020 at 10:19 AM John Hagen wrote: > > I admit I am in a very small minority however. That being said, I have > discovered > a few minor bugs in my code or in third party libraries over the years using > -bb. > But I would understand still wanting to remove this feature to lower

[Python-Dev] Re: When to remove BytesWarning?

2020-11-10 Thread John Hagen
> I'm quite sure that almost nobody uses -b or -bb when running their test suite or to develop I noticed this thread and just thought I'd give one example of someone who does use -bb: https://github.com/johnthagen/python-blueprint/blob/210b89fe011d172104e9f1ba2553e4245f76a77b/tox.ini#L44 I admit

[Python-Dev] Configure Python initialization (PyConfig) in Python

2020-11-10 Thread Victor Stinner
Hi, If you embed Python in Python, I would like your opinion on https://bugs.python.org/issue42260 issue which adds a way to configure the Python initialization in Python. I'm looking for feedback from people who embed Python and have issues to configure Python as they wish. Simple example (just

[Python-Dev] Re: My thoughts on Pattern Matching.

2020-11-10 Thread Brett Cannon
On Mon, Nov 9, 2020 at 10:40 PM Tobias Kohn wrote: > Hi Thomas, > > Thank you very much for your carefully worded and thoughtful email. I > feel, however, that many of your concerns are based on an idealised > picture of a future Python language that will never actually > materialise. > > As I u

[Python-Dev] Re: Please do not remove random bits of information from the tutorial

2020-11-10 Thread Carol Willing
On Tue, Nov 10, 2020 at 8:07 AM Mats Wichmann wrote: > On 11/9/20 12:46 PM, Mike Miller wrote: > > > > On 2020-11-09 10:44, Simon Cross wrote: > >> That's quite subjective. Personally I prefer a more complete tutorial > >> which explains many details so that I don't immediately run into > >> fund

[Python-Dev] Re: Please do not remove random bits of information from the tutorial

2020-11-10 Thread Mats Wichmann
On 11/9/20 12:46 PM, Mike Miller wrote: On 2020-11-09 10:44, Simon Cross wrote: That's quite subjective. Personally I prefer a more complete tutorial which explains many details so that I don't immediately run into fundamentals I don't understand when I start using what I've learned. K&R was ve