comparison README @ 4818:bce578f9012f

python3: mention beta Python 3 support in README
author Raphaël Gomès <rgomes@octobus.net>
date Wed, 07 Aug 2019 15:21:56 +0200
parents 48b30ff742cb
children 77e5c733200a
comparison
equal deleted inserted replaced
4817:a9b4c4849338 4818:bce578f9012f
94 Once a concept is ready enough, its implementation is moved into Mercurial 94 Once a concept is ready enough, its implementation is moved into Mercurial
95 core. The maturation period helped us to get a clearer picture of what was 95 core. The maturation period helped us to get a clearer picture of what was
96 needed. During the upstreaming process, we can use this clearer picture to 96 needed. During the upstreaming process, we can use this clearer picture to
97 clean up the code and upgrade it to an appropriate quality for Mercurial core. 97 clean up the code and upgrade it to an appropriate quality for Mercurial core.
98 98
99 Python 3 support
100 ================
101
102 Mercurial announced beta support for Python 3 starting with its 5.0 release.
103 Since 9.1.0, ``evolve`` has beta support for Python 3.6+.
104
105 Support will stay in beta while Mercurial's support for Python 3 remains in
106 beta and until it is a bit more battle-tested.
107
99 How to Contribute 108 How to Contribute
100 ================= 109 =================
101 110
102 Discussion happens on the #hg-evolve IRC on freenode_. 111 Discussion happens on the #hg-evolve IRC on freenode_.
103 112