diff options
author | Matthias Klose <doko@ubuntu.com> | 2012-03-14 22:17:31 (GMT) |
---|---|---|
committer | Matthias Klose <doko@ubuntu.com> | 2012-03-14 22:17:31 (GMT) |
commit | 5ce31cc4fc9737ae9ddfe34c7c91297ffe74844a (patch) | |
tree | 7c773aa4c9047b142c45c05f43b75a9154b506a7 /Include | |
parent | e7c8fdee18494238cc93eb895001398ceb7d12fb (diff) | |
parent | d83be23689c50f81d2df040cd047e9100e004c3f (diff) | |
download | cpython-5ce31cc4fc9737ae9ddfe34c7c91297ffe74844a.zip cpython-5ce31cc4fc9737ae9ddfe34c7c91297ffe74844a.tar.gz cpython-5ce31cc4fc9737ae9ddfe34c7c91297ffe74844a.tar.bz2 |
merge 3.2
Diffstat (limited to 'Include')
-rw-r--r-- | Include/patchlevel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h index e247875..7350882 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -2,7 +2,7 @@ /* Python version identification scheme. When the major or minor version changes, the VERSION variable in - configure.in must also be changed. + configure.ac must also be changed. There is also (independent) API version information in modsupport.h. */ |