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 PedanticHacker
Recipients Arfrever, PedanticHacker, devplayer, eryksun, jbmilam, joncwchao, larry, python-dev, r.david.murray, steve.dower
Date 2015-06-15.17:09:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1434388165.79.0.343211187869.issue8232@psf.upfronthosting.co.za>
In-reply-to
Content
I understand. I know that Python 3.4 is way past feature freeze.

But if we document the new stuff in the documentation, saying "Added to Python 3.4.4", people would know about and be able to use the new stuff. And we won't break people's code. In fact, people might benefit from this particular new feature.

People's Python 3.4 code like  webbrowser.get("chrome")  would then start to work, plus they'd benefit from this new stuff added by Brandon Milam.

Don't you find that a great thing to be?
History
Date User Action Args
2015-06-15 17:09:25PedanticHackersetrecipients: + PedanticHacker, larry, Arfrever, r.david.murray, joncwchao, devplayer, python-dev, eryksun, steve.dower, jbmilam
2015-06-15 17:09:25PedanticHackersetmessageid: <1434388165.79.0.343211187869.issue8232@psf.upfronthosting.co.za>
2015-06-15 17:09:25PedanticHackerlinkissue8232 messages
2015-06-15 17:09:25PedanticHackercreate