http://hg.python.org/cpython/rev/800a43a3869c changeset: 72343:800a43a3869c user: Nadeem Vawda <nadeem.vawda at gmail.com> date: Mon Sep 12 00:09:27 2011 +0200 summary: Oops, zlib.ZLIB_VERSION isn't new in 3.3 - just newly-documented... files: Doc/library/zlib.rst | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/Doc/library/zlib.rst b/Doc/library/zlib.rst --- a/Doc/library/zlib.rst +++ b/Doc/library/zlib.rst @@ -228,8 +228,6 @@ 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 -- Repository URL: http://hg.python.org/cpython