This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients dstufft, eric.araujo, serhiy.storchaka
Date 2021-09-13.07:46:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1631519188.27.0.751615077153.issue45182@roundup.psfhosted.org>
In-reply-to
Content
requires_zlib is a decorator factory which returns a decorator, not a decorator. It should always be followed by parenthesis. In Lib/distutils/tests/test_bdist_rpm.py it is used improperly, so the corresponding tests were never ran.
History
Date User Action Args
2021-09-13 07:46:28serhiy.storchakasetrecipients: + serhiy.storchaka, eric.araujo, dstufft
2021-09-13 07:46:28serhiy.storchakasetmessageid: <1631519188.27.0.751615077153.issue45182@roundup.psfhosted.org>
2021-09-13 07:46:28serhiy.storchakalinkissue45182 messages
2021-09-13 07:46:28serhiy.storchakacreate