fishy commented on code in PR #3276: URL: https://github.com/apache/thrift/pull/3276#discussion_r2691040311
########## contrib/fb303/py/setup.py: ########## @@ -20,10 +20,8 @@ # import sys -try: - from setuptools import setup, Extension -except: - from distutils.core import setup, Extension, Command Review Comment: there's no single support guideline for older language versions (each language has their own), but don't support EOL versions is a very reasonable and common approach. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
