longld / peda

PEDA - Python Exploit Development Assistance for GDB
Other
5.87k stars 806 forks source link

changed "is" to "==" #149

Closed not-duckie closed 4 years ago

not-duckie commented 4 years ago

this python3 requirement to use == in place of 'is', otherwise it shows warning, it does affect the working but its anonying to warning everytime, so i fixed it.

plus i love the peda project keep up the good work

not-duckie commented 4 years ago

this python3 requirement to use == in place of 'is', otherwise it shows warning, it does affect the working but its anonying to warning everytime, so i fixed it.

plus i love the peda project keep up the good work

i meant it does not affect the working*

CaptainTux commented 4 years ago

It seems somebody already made a pull request for this: https://github.com/longld/peda/pull/145