jfernandz / pyst2

A fork of the famous python pyst library for Asterisk.
138 stars 105 forks source link

Changed async to run_async #43

Closed havoc83 closed 5 years ago

havoc83 commented 5 years ago

In asterisk.manager.originate since this will cause an exception to be thrown in Python > 3.6 as async is now a reserved keyword.

c1cc10 commented 5 years ago

That's true. I'm going to apply your modification but I can't accept it directly since it raises code conflict, due to other changes to the code. Thus I'm going to apply it by writing directly down in the new manager.py.