e.args[:] implemented (#556).
commitb89a24efab8e4e25aed2ecb567905a1720b4bb62
authorOndrej Certik <ondrej@certik.cz>
Sun, 13 Jan 2008 22:14:55 +0000 (13 23:14 +0100)
committerOndrej Certik <ondrej@certik.cz>
Sun, 13 Jan 2008 22:14:55 +0000 (13 23:14 +0100)
tree88906c69695f3b0cf0ada3474c9a04b977715289
parent398f089415767f73d5456fe1396bdb65578c8a9d
e.args[:] implemented (#556).

This only implements the method and a test. In the following patch,  all
occurences of e[:] are converted to e.args[:].
sympy/core/basic.py
sympy/core/tests/test_basic.py