Discussion:
[python-rope/rope] f01cd8: Fixed patchedast bug parsing *args
Matěj Cepl
2017-11-17 13:46:59 UTC
Permalink
Branch: refs/heads/master
Home: https://github.com/python-rope/rope
Commit: f01cd80ed92e7ef2de2e575f73d2746433c7c4af
https://github.com/python-rope/rope/commit/f01cd80ed92e7ef2de2e575f73d2746433c7c4af
Author: Nick Smith <***@google.com>
Date: 2017-02-17 (Fri, 17 Feb 2017)

Changed paths:
M rope/refactor/patchedast.py
M ropetest/refactor/patchedasttest.py

Log Message:
-----------
Fixed patchedast bug parsing *args

In a Call, these rules apply:

* positional args must come before keywords
* `*args` must come after all positional args
* `**kwargs` must come last


Commit: a64f3da64c5f9d881f38ea8749ab7f7c89e9e791
https://github.com/python-rope/rope/commit/a64f3da64c5f9d881f38ea8749ab7f7c89e9e791
Author: Nick Smith <***@google.com>
Date: 2017-11-16 (Thu, 16 Nov 2017)

Changed paths:
M rope/refactor/patchedast.py
M ropetest/refactor/patchedasttest.py

Log Message:
-----------
Support Starred args format in python 3.5


Commit: 7aecd24e818ad855d2ad9e532bc98eecdbe2cc45
https://github.com/python-rope/rope/commit/7aecd24e818ad855d2ad9e532bc98eecdbe2cc45
Author: Matěj Cepl <***@cepl.eu>
Date: 2017-11-17 (Fri, 17 Nov 2017)

Changed paths:
M rope/refactor/patchedast.py
M ropetest/refactor/patchedasttest.py

Log Message:
-----------
Merge pull request #204 from soupytwist/patchedast-bug

Fixed patchedast bug parsing *args


Compare: https://github.com/python-rope/rope/compare/b2af4eb17202...7aecd24e818a
--
---
You received this message because you are subscribed to the Google Groups "rope-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rope-dev+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...