[Python-Dev] Re: PEP 617: New PEG parser for CPython

2020-04-16 Thread Pablo Galindo Salgado
After the feedback received in the language summit, we have made a modification to the proposed migration plan in PEP 617 so the new parser will be the default in 3.9alpha6: https://github.com/python/peps/pull/1369 ___ Python-Dev mailing list --

[Python-Dev] Re: The Python 2 death march

2020-04-16 Thread Sumana Harihareswara
Benjamin or others: could you please review https://github.com/python/cpython/pull/19229 to "Add an optional obsolete header." to the 2.7 documentation today or tomorrow? Much thanks. ___ Python-Dev mailing list -- python-dev@python.org To unsubscribe

[Python-Dev] Re: Improvement to SimpleNamespace

2020-04-16 Thread Victor Stinner
Le mer. 15 avr. 2020 à 23:38, Glenn Linderman a écrit : > Do the child objects truly need to be wrapped, or just accessed? > > Thanks for your comments though, they inspired a thought. > > The problem with the glom syntax versus the dotted syntax is that the > minimal syntax is bulky. > >