Message316182
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'. |
|
Date |
User |
Action |
Args |
2018-05-04 17:57:02 | adelfino | set | recipients:
+ adelfino, eric.smith, serhiy.storchaka |
2018-05-04 17:57:02 | adelfino | set | messageid: <1525456622.1.0.682650639539.issue33422@psf.upfronthosting.co.za> |
2018-05-04 17:57:02 | adelfino | link | issue33422 messages |
2018-05-04 17:57:02 | adelfino | create | |
|