lp:~harlowja/cloud-init/py2-3

Created by Joshua Harlow and last modified
Get this branch:
bzr branch lp:~harlowja/cloud-init/py2-3
Only Joshua Harlow can upload to this branch. If you are Joshua Harlow please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Joshua Harlow
Project:
cloud-init
Status:
Development

Recent revisions

992. By Joshua Harlow

Fix all iteritems() usage and remove (str, basestring) usage

991. By Joshua Harlow

Remove another comparison for (str, basestring)

990. By Joshua Harlow

Fix types that changed/moved

989. By Joshua Harlow

Fix the configparser being required to use stringio and not bytesio

988. By Joshua Harlow

Explicitly use response.contents instead of str(contents)

To avoid using a function that has different meaning in
python 2 and python 3 instead prefer the explict access
of the contents attribute instead (which will now always
be unicode) to avoid the subtle issues that will happen
if we continue to use str() instead.

987. By Joshua Harlow

Consistently return the unicode/text version of responses

986. By Joshua Harlow

Fix urllib.quote moving to a new location

985. By Joshua Harlow

Fix up the unittests due to new changes

984. By Joshua Harlow

Adjust a bunch of moved StringIO imports

983. By Joshua Harlow

Fix a bunch more octal changes and import moves

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:~cloud-init-dev/cloud-init/trunk
This branch contains Public information 
Everyone can see this information.

Subscribers