mirror of
https://github.com/python/cpython.git
synced 2025-07-28 21:55:21 +00:00
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:
parent
420ca77e73
commit
ef871f6160
10 changed files with 24 additions and 24 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue