Re: [Python-Dev] Mistake in 3.7.3 Changelog

2019-03-27 Thread Ned Deily
On Mar 27, 2019, at 22:37, Ned Deily wrote: > On Mar 27, 2019, at 21:59, Dima Tisnek wrote: >> Correct BPO is https://bugs.python.org/issue36256 > Thanks for the report! I'll see that it gets fixed. https://github.com/python/cpython/pull/12600 There were also a couple more in master/3.8:

Re: [Python-Dev] Mistake in 3.7.3 Changelog

2019-03-27 Thread Ned Deily
On Mar 27, 2019, at 21:59, Dima Tisnek wrote: > The Changelog reads: > > bpo-12477: Fix bug in parsermodule when parsing a state in a DFA that > has two or more arcs with labels of the same type. Patch by Pablo > Galindo. > > The `12477` is actually a master github pull request number, not a > P

[Python-Dev] Mistake in 3.7.3 Changelog

2019-03-27 Thread Dima Tisnek
Hi list, Sorry, I'm not sure where to post this. The Changelog reads: bpo-12477: Fix bug in parsermodule when parsing a state in a DFA that has two or more arcs with labels of the same type. Patch by Pablo Galindo. The `12477` is actually a master github pull request number, not a Python bug nu