Re: [PATCH] test: Make gen-threads work with python3

Subject: Re: [PATCH] test: Make gen-threads work with python3

Date: Sun, 02 Nov 2014 20:03:19 +0100

To: Jesse Rosenthal, notmuch@notmuchmail.org

Cc:

From: David Bremner


Jesse Rosenthal <jrosenthal@jhu.edu> writes:

> python3 doesn't allow dictionaries to be initialized with non-string
> keywords. This presents problems on systems in which "python" means
> "python3". We instead initalize the dictionary using the dict
> comprehension and then update it with the values from the tree. This
> will work with both python2 and python3.

pushed.

d

Thread: