edelooff / sqlalchemy-json

Full-featured JSON type with mutation tracking for SQLAlchemy
http://variable-scope.com/posts/mutation-tracking-in-nested-json-structures-using-sqlalchemy
BSD 2-Clause "Simplified" License
189 stars 34 forks source link

Fix invalid syntax in Python 2 #35

Closed anler closed 2 years ago

anler commented 2 years ago

Hi, I've seen in PyPi that the library is compatible with Python 2, yet, I'm having this invalid syntax error due to Python 2 does not support keyword-only arguments.

anler commented 2 years ago

There's a lot more to do to make this Python2 compatible and probably not something you want to accept given is not supported anymore, so I'm closing this and forking until I can probably migrate to Python3

edelooff commented 2 years ago

Hi, I think you're right on the Python 2 compat, it's not really a common target and the extra work in getting it working doesn't seem to make a lot of sense. Hope you can get your migration to Python 3 resolved soon.