Modify ↓
Opened 12 years ago
Closed 12 years ago
#128 closed defect (fixed)
argparse/optparse compatibility in clprof
Reported by: | Matthias Vogelgesang | Owned by: | Matthias Vogelgesang |
---|---|---|---|
Priority: | major | Milestone: | ufo-core-0.2 |
Component: | ufo-core | Version: | |
Keywords: | Cc: |
Description
optparse is the older default argument parsing module but deprecated from Python 2.7 on. It is replaced by argparse. clprof
was written with Python 2.7+ in mind and thus uses argparse. However, on CentOS and Scientific Linux clprof
stops with an import error because of the default Python 2.6 version.
Attachments (0)
Note: See
TracTickets for help on using
tickets.
1587915 replaces
argparse
withoptparse
.