New branch 3.8?

Hey,

I was looking forward to contributing for the first time to CPython but couldn’t find branch 3.8.
There’s 3.7, 3.6, etc, but no 3.8, where I wanted to fix the doc for 3.7 to 3.8 migration.

Could you please help me in the same?

3.8 branch is created after first beta scheduled for release by 27/05/2019 [0]. I think you can create a PR to master branch.

[0] https://www.python.org/dev/peps/pep-0569/#schedule

The master branch has data for 3.6 and 3.7 branch has data for 3.7.
It wouldn’t make sense to bump 3.6 to 3.8 in master, would it?

master is what will become 3.8. If you have code that you want to be in 3.8, branch from master.

Ah! That clears it up!
Thank you so much! :smiley: