[Zope-dev] ZTK 2.0: Deprecate zope.sequencesort
Arfrever Frehtes Taifersar Arahesis
arfrever.fta at gmail.com
Mon Mar 4 03:34:11 UTC 2013
2013-02-28 21:04:33 Tres Seaver napisał(a):
> I have ported it to Python 3.2 and 3.3 and released a 4.0.0 version.
There are still multiple problems (types.TupleType, sys.modules.has_key etc.):
$ PYTHONPATH="src" python3.3 -c "import zope.sequencesort"
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/tmp/zope.sequencesort/src/zope/sequencesort/__init__.py", line 14, in <module>
from zope.sequencesort.ssort import sort
File "/tmp/zope.sequencesort/src/zope/sequencesort/ssort.py", line 17, in <module>
from types import TupleType
ImportError: cannot import name TupleType
--
Arfrever Frehtes Taifersar Arahesis
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part.
URL: <http://mail.zope.org/pipermail/zope-dev/attachments/20130304/594d1290/attachment.sig>
More information about the Zope-Dev
mailing list