On Tue, Jun 5, 2018, at 12:17, MRAB wrote: > Unicode 11.0.0 has been released. Will Python 3.7 be updated to it, or > is it too late? https://github.com/python/cpython/pull/7439 will update 3.8. Generally, we've considered updating the Unicode database to be a feature and not backported updates to bugfix branches. Thus, tradition would seem to exclude Unicode 11.0.0 from landing so late in 3.7's release cycle. That said, the update is highly unlikely to break anything. It's up to Ned. _______________________________________________ Python-Dev mailing list [email protected] https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
- [Python-Dev] Unicode 11.0.0 released MRAB
- Re: [Python-Dev] Unicode 11.0.0 released Benjamin Peterson
- Re: [Python-Dev] Unicode 11.0.0 released Ned Deily
- Re: [Python-Dev] Unicode 11.0.0 released MRAB
- Re: [Python-Dev] Unicode 11.0.0 release... Steven D'Aprano