openteachermaintainers team mailing list archive
-
openteachermaintainers team
-
Mailing list archive
-
Message #00120
[Bug 946377] Re: python2.6-bugs
subprocess.check_output is probably simulatable with subprocess.Popen
datetime.timedelta.total_seconds is a very simple function: Equivalent to (td.microseconds + (td.seconds + td.days * 24 * 3600) * 10**6) / 10**6 computed with true division enabled.
argparse is available as a separate project for 2.6; in ubuntu lucid it's e.g. in the python-argparse package.
--
You received this bug notification because you are a member of
OpenTeacher Maintainers, which is the registrant for OpenTeacher.
https://bugs.launchpad.net/bugs/946377
Title:
python2.6-bugs
Status in OpenTeacher:
Confirmed
Status in OpenTeacher 3.x series:
Confirmed
Bug description:
These methods aren't available in Python 2.6 while we'd like to
support that version:
- subprocess.check_output
- datetime.timedelta.total_seconds
- argparse
- others?
Please use this thread to report other python 2.6-related bugs, and
use it to discuss solutions.
To manage notifications about this bug go to:
https://bugs.launchpad.net/openteacher/+bug/946377/+subscriptions
References