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.

classification
Title: backticks will not be used at all
Type: Stage:
Components: Documentation Versions: Python 3.0
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: georg.brandl Nosy List: georg.brandl, goodger, jimjjewett
Priority: normal Keywords: patch

Created on 2007-01-03 15:21 by jimjjewett, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
pep3099backticks.txt jimjjewett, 2007-01-03 15:21 diff against pep source
Messages (4)
msg51639 - (view) Author: Jim Jewett (jimjjewett) Date: 2007-01-03 15:21
In python 3, backticks will not mean repr.

Every few months, someone suggests a new meaning for them.

This clarifies that they won't be reused at all.
msg51640 - (view) Author: Jim Jewett (jimjjewett) Date: 2007-01-03 15:22
Assigning to PEP owner, Georg.
msg51641 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2007-01-10 20:24
Committed as rev. 53359. Had to fix the markup a bit.

Can anyone tell me how to include a lone backtick in a ReST `` `` block?
msg51642 - (view) Author: David Goodger (goodger) (Python committer) Date: 2007-01-11 00:13
Just do it: "`````".  The meaning tends to get lost in the noise though.

What you did is fine, but you don't need the backslash-escape. reST is smart enough to realize that (`) is ` in parentheses.
History
Date User Action Args
2022-04-11 14:56:21adminsetgithub: 44398
2008-01-06 22:29:46adminsetkeywords: - py3k
versions: + Python 3.0
2007-01-03 15:21:35jimjjewettcreate