Skip to content

Commit 085fa10

Browse files
committed
Include ZLIBNG_VERSION in pythoninfo
1 parent f108044 commit 085fa10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/pythoninfo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -651,7 +651,7 @@ def collect_zlib(info_add):
651651
except ImportError:
652652
return
653653

654-
attributes = ('ZLIB_VERSION', 'ZLIB_RUNTIME_VERSION')
654+
attributes = ('ZLIB_VERSION', 'ZLIB_RUNTIME_VERSION', 'ZLIBNG_VERSION')
655655
copy_attributes(info_add, zlib, 'zlib.%s', attributes)
656656

657657

0 commit comments

Comments
 (0)