[Python-checkins] cpython: Oops, zlib.ZLIB_VERSION isn't new in 3.3 - just newly-documented...

nadeem.vawda python-checkins at python.org
Mon Sep 12 00:09:46 CEST 2011


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


More information about the Python-checkins mailing list