diff options
| author | Nadeem Vawda <nadeem.vawda@gmail.com> | 2011-09-11 22:09:27 (GMT) |
|---|---|---|
| committer | Nadeem Vawda <nadeem.vawda@gmail.com> | 2011-09-11 22:09:27 (GMT) |
| commit | 1c82a14e86aa2bfec4311d9a47ad81aabdbb15dd (patch) | |
| tree | 2dcccf6f520e8aa9ea336865b7c718925067bfc7 | |
| parent | 7cd4f203c06667963de1a8680a2ad6841272b21f (diff) | |
| download | cpython-1c82a14e86aa2bfec4311d9a47ad81aabdbb15dd.zip cpython-1c82a14e86aa2bfec4311d9a47ad81aabdbb15dd.tar.gz cpython-1c82a14e86aa2bfec4311d9a47ad81aabdbb15dd.tar.bz2 | |
Oops, zlib.ZLIB_VERSION isn't new in 3.3 - just newly-documented...
| -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 4fd44ee..9f8eb26 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 |
