New submission from Sridhar Ratnakumar <sridh...@activestate.com>: Modules/_ssl.c
gu...@36917 64 enum py_ssl_version { gu...@36917 65 PY_SSL_VERSION_SSL2, gu...@36917 66 PY_SSL_VERSION_SSL3, gu...@36917 67 PY_SSL_VERSION_SSL23, gu...@36917 68 PY_SSL_VERSION_TLS1, gu...@36917 69 }; Attached patch fixes this issue. ---------- components: Build messages: 104347 nosy: srid priority: normal severity: normal status: open title: Modules/_ssl.c: extra comma breaks build on AIX versions: Python 2.6, Python 2.7, Python 3.1 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue8549> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com