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 serhiy.storchaka, terry.reedy, twouters, vstinner
Date 2017-11-01.13:51:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1509544269.26.0.213398074469.issue31680@psf.upfronthosting.co.za>
In-reply-to
Content
PR 4217 adds a named tuple curses.ncurses_version containing the three components of the ncurses library version: major, minor, and patch.

>>> curses.ncurses_version
curses.ncurses_version(major=6, minor=0, patch=20160625)

Other curses implementation don't provide a version programmically.
History
Date User Action Args
2017-11-01 13:51:09serhiy.storchakasetrecipients: + serhiy.storchaka, twouters, terry.reedy, vstinner
2017-11-01 13:51:09serhiy.storchakasetmessageid: <1509544269.26.0.213398074469.issue31680@psf.upfronthosting.co.za>
2017-11-01 13:51:09serhiy.storchakalinkissue31680 messages
2017-11-01 13:51:09serhiy.storchakacreate