The str.encode() method does not accept keyword args in python < 2.7

Merged
#6 · Created  · Last updated

Merged pull request

Merged in dairiki/alembic/py26-no-encode-kwargs (pull request #6)

2700a60·Author: ·Closed by: ·2013-09-06

Description

A few of the unit tests fail under python 2.6 since 0bcff3e due to the fact that keyword arguments are not supported on string encode and decode methods. This fixes that.

0 attachments

0 comments

Loading commits...