This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author adelfino
Recipients adelfino, eric.smith, serhiy.storchaka
Date 2018-05-04.17:57:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1525456622.1.0.682650639539.issue33422@psf.upfronthosting.co.za>
In-reply-to
Content
I have updated the PR. Now symbols show:

Here is a list of the punctuation symbols which Python assigns special meaning
to. Enter any symbol to get more help.

!=                  +                   <=                  __
"                   +=                  <>                  `
"""                 ,                   ==                  b"
%                   -                   >                   b'
%=                  -=                  >=                  f"
&                   .                   >>                  f'
&=                  ...                 >>=                 j
'                   /                   @                   r"
'''                 //                  J                   r'
(                   //=                 [                   u"
)                   /=                  \                   u'
*                   :                   ]                   |
**                  <                   ^                   |=
**=                 <<                  ^=                  ~
*=                  <<=                 _                   

I don't understand how topics.py gets autogenerated by Sphinx (by te way, it says it was generated on January 2018), so I'm having trouble with using a more specific topic for f'.
History
Date User Action Args
2018-05-04 17:57:02adelfinosetrecipients: + adelfino, eric.smith, serhiy.storchaka
2018-05-04 17:57:02adelfinosetmessageid: <1525456622.1.0.682650639539.issue33422@psf.upfronthosting.co.za>
2018-05-04 17:57:02adelfinolinkissue33422 messages
2018-05-04 17:57:02adelfinocreate