Merge python2 and python3 source trees

Merged
#5 · Created  · Last updated

Merged pull request

Merged in joshfriend/aniso8601/compat (pull request #5)

35ca8a8·Author: ·Closed by: ·2014-12-19

Description

I was curious about how different the python2 and python3 sources were so I did a diff and found they were nearly identical. The only difference I noticed was relative imports and xrange vs range. To me, this feels redundant so I thought I would try to fix it. Other libraries, like Werkzeug, have a compatibility module that is used to achieve python2/3 compatibility without an external dependency like six.

I created a small compat module and merge the python2 and python3 source.

0 attachments

0 comments

Loading commits...