dropbox / pyannotate

Auto-generate PEP-484 annotations
Apache License 2.0
1.43k stars 59 forks source link

Replace resume()/pause() by start()/stop() #72

Closed bluebird75 closed 6 years ago

bluebird75 commented 6 years ago

I let you see if you want to warn with a PendingDeprecationWarning. For me, it's not necessary, this is just a cosmetic change.

There is no longer any test for the pause/resume version, which is less than ideal but the code review seems enough to catch for accidental removal should there be any in the future.