Patches item #1627052, was opened at 2007-01-03 10:21 Message generated for change (Comment added) made by goodger You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1627052&group_id=5470
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Documentation Group: Python 3000 Status: Closed Resolution: Accepted Priority: 5 Private: No Submitted By: Jim Jewett (jimjjewett) Assigned to: Georg Brandl (gbrandl) Summary: backticks will not be used at all Initial Comment: 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. ---------------------------------------------------------------------- >Comment By: David Goodger (goodger) Date: 2007-01-10 19:13 Message: Logged In: YES user_id=7733 Originator: NO 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. ---------------------------------------------------------------------- Comment By: Georg Brandl (gbrandl) Date: 2007-01-10 15:24 Message: Logged In: YES user_id=849994 Originator: NO 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? ---------------------------------------------------------------------- Comment By: Jim Jewett (jimjjewett) Date: 2007-01-03 10:22 Message: Logged In: YES user_id=764593 Originator: YES Assigning to PEP owner, Georg. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1627052&group_id=5470 _______________________________________________ Patches mailing list Patches@python.org http://mail.python.org/mailman/listinfo/patches