bpo-35584: Incorrect description of ^#11944
bpo-35584: Incorrect description of ^#11944LouisMichael wants to merge 8 commits intopython:masterfrom
Conversation
|
Hello, and thanks for your contribution! I'm a bot set up to make sure that the project can legally accept your contribution by verifying you have signed the PSF contributor agreement (CLA). Our records indicate we have not received your CLA. For legal reasons we need you to sign this before we can look at your contribution. Please follow the steps outlined in the CPython devguide to rectify this issue. If you have recently signed the CLA, please wait at least one business day You can check yourself to see if the CLA has been received. Thanks again for your contribution, we look forward to reviewing it! |
|
Please remove trailing whitespace in the PR to fix CI. |
|
@rhettinger I think this can be closed with #11946 merged. |
|
I don't think introducing a forward reference to the section on |
|
Hi @LouisMichael thank you for you pull request, that's appreciated. Sadly, @rhettinger did #11946 in the meantime, and merged it. so I will close this one. Sorry for this one. |
The previous description of ^ was inaccurate since it will not match the literal ^ unescaped outside of a character class.
https://bugs.python.org/issue35584