This repository has been archived by the owner on Jul 23, 2024. It is now read-only.
umemcache does not support Python 3 #41
Labels
ARCHIVED - http://mzl.la/ghe-archive
CLOSED at time of archiving
This is one of the building blocks that is used by syncserver.
Unfortunately mozservices currently do not support Python 3 because the used library for implementing memcached clients -
umemcache
.It would be nice to switch to another library that does support Python 3.
To keep backwards compatibility intact one idea could be to make use of
umemcache
under Python 2 and have another implementation for Python 3. This way an update could happen in-place.The text was updated successfully, but these errors were encountered: