✅ Deploy Preview for python-cpython-preview ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
Sorry, something went wrong.
There was a problem hiding this comment.
Apparently at least you were the first to notice and take the time to submit a patch! Thank you!
Sorry, something went wrong.
|
@carljm I even took the time to write a StackOverflow question asking whether anyone has any clever ideas for a Better Way™ to manage that sort of list-item referencing automatically. (I'm not expecting to have any success with that, but I figured it couldn't hurt to try.) |
Sorry, something went wrong.
There was a problem hiding this comment.
Thanks!
Sorry, something went wrong.
|
Thanks @ferdnyc for the PR, and @AlexWaygood for merging it 🌮🎉.. I'm working now to backport this PR to: 3.10, 3.11. |
Sorry, something went wrong.
|
GH-100300 is a backport of this pull request to the 3.11 branch. |
Sorry, something went wrong.
|
GH-100301 is a backport of this pull request to the 3.10 branch. |
Sorry, something went wrong.
Back in commit 226e6e7 (3 years ago!) an item was added to the list, renumbering all the rest of the items, but the forward-reference wasn't updated to match. Apparently I'm the first to notice?