[Bug 1260428] Re: iso8601 is not properly ported to Python3
Serhiy Storchaka
1260428 at bugs.launchpad.net
Tue Oct 10 16:07:52 UTC 2017
** Tags added: saucy
--
You received this bug notification because you are a member of Ubuntu
OpenStack, which is subscribed to python-iso8601 in Ubuntu.
https://bugs.launchpad.net/bugs/1260428
Title:
iso8601 is not properly ported to Python3
Status in python-iso8601 package in Ubuntu:
Confirmed
Bug description:
Python 3.3.2+ (default, Oct 9 2013, 14:50:09)
[GCC 4.8.1] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> from iso8601 import iso8601
>>> iso8601.parse_date("2007-01-25T12:00:00Z")
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib/python3/dist-packages/iso8601/iso8601.py", line 89, in parse_date
if not isinstance(datestring, basestring):
NameError: global name 'basestring' is not defined
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-iso8601/+bug/1260428/+subscriptions
More information about the Ubuntu-openstack-bugs
mailing list