Modify ↓
Opened 13 years ago
Closed 13 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.
![(please configure the [header_logo] section in trac.ini)](/ufo/chrome/site/your_project_logo.png)
1587915 replaces
argparsewithoptparse.