diff options
author | Nadeem Vawda <nadeem.vawda@gmail.com> | 2011-09-12 00:09:27 +0200 |
---|---|---|
committer | Nadeem Vawda <nadeem.vawda@gmail.com> | 2011-09-12 00:09:27 +0200 |
commit | 1c82a14e86aa2bfec4311d9a47ad81aabdbb15dd (patch) | |
tree | 2dcccf6f520e8aa9ea336865b7c718925067bfc7 /Doc/library/zlib.rst | |
parent | 7cd4f203c06667963de1a8680a2ad6841272b21f (diff) | |
download | cpython-git-1c82a14e86aa2bfec4311d9a47ad81aabdbb15dd.tar.gz |
Oops, zlib.ZLIB_VERSION isn't new in 3.3 - just newly-documented...
Diffstat (limited to 'Doc/library/zlib.rst')
-rw-r--r-- | Doc/library/zlib.rst | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Doc/library/zlib.rst b/Doc/library/zlib.rst index 4fd44eec38..9f8eb26b97 100644 --- a/Doc/library/zlib.rst +++ b/Doc/library/zlib.rst @@ -228,8 +228,6 @@ the following constants: This may be different from the zlib library actually used at runtime, which is available as :const:`ZLIB_RUNTIME_VERSION`. - .. versionadded:: 3.3 - .. data:: ZLIB_RUNTIME_VERSION |