Merged revisions 78859-78860 via svnmerge from

svn+ssh://pythondev@svn.python.org/python/trunk

........
  r78859 | georg.brandl | 2010-03-12 10:57:43 +0100 (Fr, 12 Mär 2010) | 1 line

  Get rid of backticks.
........
  r78860 | georg.brandl | 2010-03-12 11:02:03 +0100 (Fr, 12 Mär 2010) | 1 line

  Fix warnings from "make check".
........
This commit is contained in:
Georg Brandl 2010-03-12 10:06:40 +00:00
parent 420ca77e73
commit ef871f6160
10 changed files with 24 additions and 24 deletions

View file

@ -313,7 +313,7 @@ APIs:
.. note::
The `"%lld"` and `"%llu"` format specifiers are only available
when `HAVE_LONG_LONG` is defined.
when :const:`HAVE_LONG_LONG` is defined.
.. versionchanged:: 3.2
Support for `"%lld"` and `"%llu"` added.