This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eric.snow
Recipients BreamoreBoy, benjamin.peterson, brett.cannon, eli.bendersky, eric.snow, larry, ncoghlan, serhiy.storchaka, skrah, techtonik
Date 2013-11-25.17:17:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1385399828.12.0.683469105289.issue19655@psf.upfronthosting.co.za>
In-reply-to
Content
The concern, as far as I understand it, is that any change might introduce regressions or even new bugs in the next beta.  Something like swapping out the parser generator implementation isn't a bug fix, but it isn't a new language (incl. stdlib) feature either.

I don't have a problem with the change.  Furthermore, it likely doesn't matter since there probably won't be any grammar changes during the beta that would trigger the tool.
History
Date User Action Args
2013-11-25 17:17:08eric.snowsetrecipients: + eric.snow, brett.cannon, ncoghlan, larry, techtonik, benjamin.peterson, eli.bendersky, skrah, BreamoreBoy, serhiy.storchaka
2013-11-25 17:17:08eric.snowsetmessageid: <1385399828.12.0.683469105289.issue19655@psf.upfronthosting.co.za>
2013-11-25 17:17:08eric.snowlinkissue19655 messages
2013-11-25 17:17:07eric.snowcreate