Branches for Xenial Xerus

Name Status Last Modified Last Commit
lp:~cjwatson/charms/xenial/storage/fix-nfs (Has a merge proposal) 1 Development 2018-12-17 14:08:02 UTC
43. Port to Python 3. This should be saf...

Author: Colin Watson
Revision Date: 2018-12-17 14:08:02 UTC

Port to Python 3.

This should be safe on >= trusty, as cloud images contain python3, and
charm-helpers will bootstrap the rest as long as the hook #! line works.

I dropped unicode() from the data persistence functions, as it's
unnecessary: on Python 2 a file opened with "w" will accept str writes, and
on Python 3 json.dumps always returns str rather than bytes.

lp:~stub/charms/xenial/storage/trunk 1 Development 2016-07-04 11:34:30 UTC
40. Declare multi-series

Author: Stuart Bishop
Revision Date: 2016-07-04 11:34:30 UTC

Declare multi-series

12 of 2 results