You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since the previous line 229 is linesep = self.policy.linesep, the self.policy in 230 is redundant, and should better be removed. I'd call this a buglet, though 'performance' might be a better label.
cpython/Lib/email/generator.py
Line 230 in 325e9b8
Is there something special in the difference between
linesep
orself.policy.linesep
or is it just a typo?Linked PRs
The text was updated successfully, but these errors were encountered: