gh-151947: Fix all Sphinx reference warnings in Doc/library/email.{charset,parser}.rst#151966
gh-151947: Fix all Sphinx reference warnings in Doc/library/email.{charset,parser}.rst#151966lpyu001 wants to merge 5 commits into
Doc/library/email.{charset,parser}.rst#151966Conversation
Documentation build overview
17 files changed ·
|
There was a problem hiding this comment.
| Note: **The policy keyword should always be specified**. The default will |
| Conversions will proceed from input charset, to Unicode, to the output charset | ||
| when the method :meth:`Charset.convert` is called. The default is to output in | ||
| the same character set as the input. | ||
| when the method :meth:`!Charset.convert` is called. The default is to output |
There was a problem hiding this comment.
This is masking a real bug. We can replace it with a reference to Charset.body_encode. You'll also have to make the same change to the docstring:
Lines 153 to 155 in ad38cf8
Doc/library/email.{charset,parser}.rst
|
hello, the CI failure appears to be unrelated to this PR,Do all CI checks need to pass before this can be merged? @StanFromIreland |
|
I know it doesn’t look related, but I've re-ran it thrice now and gotten the exact same result, even after updating the branch. Honestly, I have no clue what's going on here :-) |
|
I like the approach, thanks for opening #152178. Maybe it's just this branch that's cursed. |
-->
Doc/library/email.{charset,parser}.rst#151947